fix: traefik ingress for k3s cluster

This commit is contained in:
2026-01-19 00:03:27 +01:00
parent ad6f12db80
commit 3f4672684f
3 changed files with 52 additions and 1 deletions

View File

@@ -14,7 +14,19 @@ spec:
helm:
values: |
deployment:
replicas: 2
replicas: 3 # HA: Einer pro Node
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- traefik
topologyKey: kubernetes.io/hostname
service:
enabled: true
type: LoadBalancer