f2f20c1f2c
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).
24 lines
573 B
YAML
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
|