Files

21 lines
492 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: neuron-marketing
namespace: argocd
spec:
project: default
source:
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/neuron-technologies/marketing
destination:
server: https://kubernetes.default.svc
namespace: neuron-prod
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false