Files
dejo-node/infrastructure/kubernetes/dev/base/kustomization.yml
2025-06-10 02:28:50 -03:00

14 lines
244 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./app/deployment.yml
- ./app/service.yml
- ./app/pvc.yml
- ./app/configmap.yml
# - ./app/hpa.yml
- ./app/ingress.yml
commonLabels:
app: dejo-node