1d527a9365
Green manifest was committed but missing from kustomization.yaml so Argo CD never created the resource. Wires it in so the blue/green slot swap can work.
15 lines
327 B
YAML
15 lines
327 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- configmap.yaml
|
|
- pvc.yaml
|
|
- externalsecret.yaml
|
|
- mcp-deployment.yaml
|
|
- mcp-deployment-green.yaml
|
|
- rest-deployment.yaml
|
|
- license-deployment.yaml
|
|
- services.yaml
|
|
- ingress.yaml
|
|
- license-ingressroute.yaml
|
|
- backup-cronjob.yaml
|