apps
infrastructure
kluster-deployments
adguard
audiobookshelf
authelia
backup
eth-physics
external-dns
external-services
files
finance
gitea
grafana
homeassistant
immich
journal
kitchenowl
linkding
media
metallb-system
minecraft
monitoring
nfs-provisioner
application.yaml
kustomization.yaml
ntfy
paperless
pg-ha
recipes
renovate
rss
todos
traefik
whoami
README.md
gitea-repo.sealedsecret.yaml
kustomization.yaml
projects.yaml
.gitignore
README.md
renovate.json
19 lines
443 B
YAML
19 lines
443 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-provisioner/
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: nfs-provisioner
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|