CI-CD dejo node
This commit is contained in:
13
infrastructure/kubernetes/dev/base/kustomization.yml
Normal file
13
infrastructure/kubernetes/dev/base/kustomization.yml
Normal 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
|
||||
Reference in New Issue
Block a user