Skip to content

Commit

Permalink
Merge pull request #918 from myoung34/traefik_dont_pin
Browse files Browse the repository at this point in the history
Dont pin traefik to specific nodes
  • Loading branch information
myoung34 authored Feb 4, 2025
2 parents f957a5d + c140a03 commit 012dc2b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions k8s/prod/traefik/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ helmCharts:
version: 34.2.0
repo: https://helm.traefik.io/traefik
valuesInline:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- cluster12
- cluster24
service:
type: ClusterIP
externalIPs:
- 192.168.1.19
- 192.168.1.21
- 192.168.1.22
- 192.168.1.23
- 192.168.1.24
- 192.168.1.25
- 192.168.1.26
- 192.168.1.27
deployment:
enabled: true
Expand Down

0 comments on commit 012dc2b

Please sign in to comment.