2024-01-09 21:48:42 -05:00
|
|
|
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
|
2024-01-19 10:37:38 -05:00
|
|
|
syncPolicy:
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
2024-01-09 21:48:42 -05:00
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
repoURL: https://traefik.github.io/charts
|
|
|
|
targetRevision: HEAD
|
|
|
|
targetRevision: v26.0.0
|
|
|
|
chart: traefik
|
|
|
|
|
2024-01-09 22:05:00 -05:00
|
|
|
helm:
|
|
|
|
values: |
|
|
|
|
providers:
|
|
|
|
kubernetesIngress:
|
|
|
|
publishedService:
|
|
|
|
enabled: true
|
2024-01-09 22:03:52 -05:00
|
|
|
|
|
|
|
|