apps
infrastructure
kluster-deployments
adguard
backup
eth-physics
external-dns
application.yaml
kustomization.yaml
external-services
files
finance
gitea
homeassistant
homepage
immich
journal
media
metallb-system
monitoring
nfs-provisioner
ntfy
pg-ha
prometheus
recipes
renovate
rss
todos
traefik
whoami
README.md
gitea-repo.sealedsecret.yaml
kustomization.yaml
projects.yaml
.gitignore
.gitmodules
README.md
renovate.json
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
|