Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
build: add nodeSelector as option
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm committed May 7, 2021
1 parent 488c5f1 commit 74b4508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
spec:
terminationGracePeriodSeconds: 10
serviceAccountName: {{ template "kiosk.serviceAccountName" . }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
containers:
- ports:
- name: webhook
Expand Down
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ replicaCount: 1

env: {}

nodeSelector: {}

readinessProbe:
enabled: true

Expand Down

0 comments on commit 74b4508

Please sign in to comment.