2023-12-08 23:48:05 +01:00

20 lines
433 B
YAML

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