This commit is contained in:
2023-11-21 22:36:30 +01:00
parent a62fface16
commit 81dca3a40d
8 changed files with 112 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ntfy-application
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: deployment/
destination:
server: https://kubernetes.default.svc
namespace: ntfy
syncPolicy:
automated:
prune: true
selfHeal: true