feat(neuron): add stage and prod k8s manifests + Argo CD apps

Completes the three-env setup (dev was added previously). Each env has
deployments, services, ingress, PVC, ConfigMap, and ExternalSecret pulling
from Vault. Prod has larger resource limits and 10Gi PVC. Vault secret at
secret/neuron-technologies/prod seeded separately.
This commit is contained in:
Will Anderson
2026-04-17 09:43:23 -05:00
parent 912e129e0d
commit 1b8ea63541
18 changed files with 517 additions and 0 deletions
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- configmap.yaml
- pvc.yaml
- externalsecret.yaml
- mcp-deployment.yaml
- rest-deployment.yaml
- services.yaml
- ingress.yaml