Argo/apps/templates/traefik.yaml

28 lines
554 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
2022-11-15 12:44:47 +01:00
path: Helm/
2022-11-15 09:02:23 +01:00
helm:
2022-11-15 12:35:21 +01:00
valueFiles:
2022-11-15 12:44:47 +01:00
- 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