Files
homelab/helm/values/traefik.values.yaml

19 lines
359 B
YAML

ingress:
ingressClass:
enabled: true
isDefaultClass: false
name: traefik
deployment:
replicas: 3
podLabels:
app: traefik
nodeSelector:
nodepool: worker
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "kubernetes.io/hostname"
whenUnsatisfiable: "ScheduleAnyway"
labelSelector:
matchLabels:
app: traefik