Files
k3s-infra/kluster-deployments/ddns/application.yaml
2023-12-26 14:34:57 +01:00

19 lines
409 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ddns-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
targetRevision: main
path: infrastructure/ddns
destination:
server: https://kubernetes.default.svc
namespace: ddns
syncPolicy:
automated:
prune: true
selfHeal: true