feat(apps): add external-dns-cloudflare-api-token app
This commit is contained in:
parent
02df68c2d5
commit
37e63f2de5
1 changed files with 22 additions and 0 deletions
22
apps/system/external-dns-cloudflare-api-token.yaml
Normal file
22
apps/system/external-dns-cloudflare-api-token.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: external-dns-cloudflare-api-token
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1000"
|
||||||
|
spec:
|
||||||
|
project: system
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
source:
|
||||||
|
path: manifests/system/external-dns/
|
||||||
|
repoURL: git@gitlab.mareshq.com:hq/cthulhunetes/gitops.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
|
namespace: external-dns
|
||||||
Reference in a new issue