feat(neuron-dev): add k8s manifests and Argo CD app for neuron-technologies dev environment

This commit is contained in:
Will Anderson
2026-04-17 08:46:47 -05:00
parent 6046b6ca3e
commit 912e129e0d
9 changed files with 253 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