283e335e0a
- Add engram-server Deployment, Service, PVC to neuron-prod - engram-server is the graph memory substrate for DHARMA registry - Add allow-engram-ingress NetworkPolicy (ingress from neuron-prod) - ENGRAM_URL in Vault updated to http://engram-server.neuron-prod.svc.cluster.local:8742 - Image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest compiled from foundation/engram dist/engram.c + el_runtime
25 lines
600 B
YAML
25 lines
600 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
|
|
- engram-deployment.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
|