Files
anyway-backend-deployment/overlays/prod/kustomization.yaml

23 lines
402 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
namespace: anydev-anyway-backend-prod
labels:
- includeSelectors: true
pairs:
env: prod
images:
- name: backend-image
newName: git.kluster.moll.re/anydev/anyway-backend
newTag: stable
patches:
- path: patch-ingress.yaml
target:
kind: IngressRoute
name: anyway-ingress