Files
infrastructure/servers/legion/k8s/neuron-technologies/prod/kustomization.yaml
T
Will Anderson 1d527a9365 chore(neuron-prod): add green deployment to kustomization
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.
2026-04-24 22:22:20 -05:00

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