Files
infrastructure/servers/legion/k8s/neuron-technologies/prod/kustomization.yaml
T
Will Anderson f2f20c1f2c remove missing soma manifests from prod kustomization
Soma moved to GCP Cloud Run. The soma-*.yaml files were deleted but
the kustomization still referenced them, blocking all Argo CD syncs
for neuron-prod (including the new allow-daemon-ingress NetworkPolicy).
2026-05-04 11:11:18 -05:00

24 lines
573 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
- rest-ingressroute.yaml
- mcp-ingressroute.yaml
- backup-cronjob.yaml
- runpod-inference.yaml
- runpod-lb-configmap.yaml
# Hardening additions
- hpa.yaml
- pdb.yaml
- network-policy.yaml
# Soma moved to GCP Cloud Run — these manifests are removed