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
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: neuron-dev
namespace: argocd
spec:
project: default
source:
repoURL: http://10.43.1.53:3000/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/neuron-technologies/dev
destination:
server: https://kubernetes.default.svc
namespace: neuron-dev
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false