apps
infrastructure
kluster-deployments
adguard
application.yaml
kustomization.yaml
backup
eth-physics
external-dns
finance
gitea
homarr
homeassistant
immich
journal
media
metallb-system
monitoring
nextcloud
nfs
ntfy
pg-ha
recipes
renovate
rss
syncthing
traefik
whoami
README.md
gitea-repo.sealedsecret.yaml
kustomization.yaml
projects.yaml
.gitignore
.gitmodules
README.md
renovate.json
19 lines
407 B
YAML
19 lines
407 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: adguard-application
|
|
namespace: argocd
|
|
spec:
|
|
project: apps
|
|
source:
|
|
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
|
|
targetRevision: main
|
|
path: apps/adguard
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: adguard
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|