From f2f20c1f2c88f849b583e043a41cf38cce56abba Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 4 May 2026 11:11:18 -0500 Subject: [PATCH] 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). --- .../legion/k8s/neuron-technologies/prod/kustomization.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/servers/legion/k8s/neuron-technologies/prod/kustomization.yaml b/servers/legion/k8s/neuron-technologies/prod/kustomization.yaml index c4c82a3..15bcc1f 100644 --- a/servers/legion/k8s/neuron-technologies/prod/kustomization.yaml +++ b/servers/legion/k8s/neuron-technologies/prod/kustomization.yaml @@ -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