apps
infrastructure
kluster-deployments
argocd-imageupdate
backup
homeassistant
immich
journal
ntfy
application.yaml
kustomization.yaml
whoami
README.md
kustomization.yaml
unused
.gitignore
README.md
20 lines
387 B
YAML
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
|