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