Argo/apps/templates/traefik.yaml

27 lines
538 B
YAML
Raw Normal View History

2022-11-15 09:02:23 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: argo-cd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: traefik
project: default
source:
chart: traefik
helm:
2022-11-15 12:35:21 +01:00
valueFiles:
- traefik-values.yaml
2022-11-15 09:02:23 +01:00
repoURL: https://helm.traefik.io/traefik
targetRevision: 10.24.0
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true