feat: Traefik | add traefik ingress class
This commit is contained in:
18
helm/values/traefik.values.yaml
Normal file
18
helm/values/traefik.values.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user