Skip to content

Commit

Permalink
chore(traefik): enable arm64 node
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 8, 2024
1 parent 429438a commit c4f13e7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion traefik/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@ affinity:
matchLabels:
app.kubernetes.io/name: '{{ template "traefik.name" . }}'
app.kubernetes.io/instance: '{{ .Release.Name }}-{{ .Release.Namespace }}'
topologyKey: kubernetes.io/hostname
topologyKey: kubernetes.io/hostname
tolerations:
- key: "kubernetes.io/arch"
operator: "Equal"
value: "arm64"
effect: "NoSchedule"

0 comments on commit c4f13e7

Please sign in to comment.