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