CI-CD dejo node

This commit is contained in:
2025-06-10 02:28:50 -03:00
parent fde5a46664
commit 0ea56e2596
25 changed files with 608 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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