29 lines
582 B
YAML
29 lines
582 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: traefik
|
|
namespace: argocd
|
|
labels:
|
|
utilities: kube-system
|
|
spec:
|
|
destination:
|
|
namespace: kube-system
|
|
server: https://kubernetes.default.svc
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
project: default
|
|
source:
|
|
repoURL: https://traefik.github.io/charts
|
|
targetRevision: HEAD
|
|
targetRevision: v26.0.0
|
|
chart: traefik
|
|
|
|
helm:
|
|
values: |
|
|
providers:
|
|
kubernetesIngress:
|
|
publishedService:
|
|
enabled: true
|
|
|
|
|