This commit is contained in:
2024-05-07 08:23:08 +02:00
parent dabbb801d0
commit 8e9faf0a16
7 changed files with 138 additions and 0 deletions

View File

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ca.yaml
- deployment.yaml
- sa.yaml
- service.yaml
- ingress.yaml