add nfs-provisioner with sensible path template

This commit is contained in:
2024-03-28 12:29:16 +01:00
parent 571aebe78d
commit eff07665de
8 changed files with 87 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ resources:
# infrastructure apps
- projects.yaml
- nfs-provisioner/
- backup/
- pg-ha/
- gitea/

View File

@@ -0,0 +1,18 @@
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

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml