dit-digital-service-manual/kubernetes/development/kustomization.yaml
Shakar 779f061554
Add image name and pullPolicy patch to dev
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-04-06 10:34:34 +03:00

15 lines
239 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
patches:
- path: patches/ingress-host.yaml
target:
kind: Ingress
- path: patches/deployment.yaml
target:
kind: Deployment