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).
This commit is contained in:
Will Anderson
2026-05-04 11:11:18 -05:00
parent 44faf74b61
commit f2f20c1f2c
@@ -20,9 +20,4 @@ resources:
- hpa.yaml
- pdb.yaml
- network-policy.yaml
# Soma inference gateway
- soma-externalsecret.yaml
- soma-configmap.yaml
- soma-deployment.yaml
- soma-service.yaml
- soma-ingressroute.yaml
# Soma moved to GCP Cloud Run — these manifests are removed