Skip to content

Commit

Permalink
hotfix(publick8s/keycloak) add missing tolerations to allow schedulin…
Browse files Browse the repository at this point in the history
…g on arm64 nodes

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Jul 8, 2024
1 parent 0d55b1d commit 0cbf481
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ replicas: 1
nodeSelector:
kubernetes.io/arch: arm64

tolerations:
- key: "kubernetes.io/arch"
operator: "Equal"
value: "arm64"
effect: "NoSchedule"

extraInitContainers: |
- name: theme-provider
image: jenkinsciinfra/keycloak-theme:0.1.1
Expand Down

0 comments on commit 0cbf481

Please sign in to comment.