Files
apps
infrastructure
kluster-deployments
argocd-imageupdate
backup
homeassistant
immich
journal
ntfy
application.yaml
kustomization.yaml
whoami
README.md
kustomization.yaml
unused
.gitignore
README.md
k3s-infra/kluster-deployments/ntfy/application.yaml
2023-11-21 22:44:19 +01:00

20 lines
387 B
YAML

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: apps/ntfy
destination:
server: https://kubernetes.default.svc
namespace: ntfy
syncPolicy:
automated:
prune: true
selfHeal: true