Files
apps
infrastructure
kluster-deployments
argocd-imageupdate
backup
homeassistant
immich
journal
nfs
ntfy
rss
whoami
application.yaml
kustomization.yaml
README.md
kustomization.yaml
projects.yaml
.gitignore
README.md
k3s-infra/kluster-deployments/whoami/application.yaml
2023-11-27 21:20:05 +01:00

18 lines
402 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whoami-application
namespace: argocd
spec:
project: apps
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: apps/whoami/overlays/main
destination:
server: https://kubernetes.default.svc
namespace: whoami
syncPolicy:
automated:
prune: true
selfHeal: true