Files
gitops/applications/add-ons/traefik.yaml
T
2026-02-21 01:14:36 +05:30

41 lines
862 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: argocd
spec:
project: default
source:
repoURL: https://traefik.github.io/charts
chart: traefik
targetRevision: v39.0.2
helm:
values: |
providers:
kubernetesGateway:
enabled: true
kubernetesIngress:
enabled: false
service:
type: ClusterIP
gateway:
listeners:
web:
namespacePolicy:
from: All
ports:
web:
hostPort: 80
websecure:
hostPort: 443
destination:
server: https://kubernetes.default.svc
namespace: traefik
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true