This commit is contained in:
Roxedus 2022-06-04 14:40:22 +02:00
parent d2192bc5b7
commit c99f9e9374
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: traefik
# finalizers:
# - resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: traefik
project: default
source:
chart: Charts/traefik
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true