Argo/apps/templates/traefik.yaml
2022-06-04 15:42:19 +02:00

31 lines
654 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: default
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: traefik
project: default
source:
path: Charts/traefik
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
targetRevision: HEAD
helm:
valueFiles:
- values.yaml
values: |
image:
repository: library/traefik
name: library/traefik
tag: v2.6.0
pullPolicy: IfNotPresent
syncPolicy:
automated:
prune: true
selfHeal: true