odin-codespace/deploy/chart/templates/messages-application.yaml
smiggiddy 6c14a968c3 adding devops
used gemini to create the k8s/dockerfiles faster
2025-05-02 16:47:07 +00:00

18 lines
No EOL
506 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: messages # Updated name
namespace: argocd
spec:
project: default
source:
repoURL: {{ .Values.repoUrl }} #Templated repo URL
path: messages/devops
targetRevision: {{ .Values.targetRevision }} # Templated target revision
destination:
server: {{ .Values.targetServer }}
namespace: {{ .Values.targetNamespace }} # Templated destination namespace
syncPolicy:
automated:
prune: true
selfHeal: true