files linked

This commit is contained in:
2024-05-16 19:17:59 +02:00
parent bcf4b0b7ed
commit 210e5146af
3 changed files with 10 additions and 1 deletions

View File

@ -5,4 +5,5 @@ resources:
- ingress.yaml
- namespace.yaml
- pvc.yaml
- service.yaml
- service.yaml
- configmap.yaml

View File

@ -5,3 +5,4 @@ namespace: homepage
resources:
- base
- security

View File

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- clusterrole.yaml
- clusterrolebinding.yaml
- secret.yaml
- serviceaccount.yaml