This commit is contained in:
2025-06-09 09:46:19 -04:00
parent 99f6236262
commit 249096bc1c
9 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- pvc.yaml
- ingress.yaml
- dns-endpoint.yaml
configMapGenerator:
- name: server-config
files:
- server-config.yaml