Skip to content

Commit

Permalink
feat(hermitcrab): add scheduling options to chart (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMrqes authored Jun 10, 2024
1 parent 9e4bb38 commit 2a2a6cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/charts/burrito/templates/hermitcrab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ spec:
{{- toYaml .deployment.extraVolumes | nindent 8 }}
{{- end }}
{{- end }}
tolerations:
{{- toYaml .deployment.tolerations | nindent 8 }}
nodeSelector:
{{- toYaml .deployment.nodeSelector | nindent 8 }}
affinity:
{{- toYaml .deployment.affinity | nindent 8 }}
---
{{- if .tls.certManager.use }}
apiVersion: cert-manager.io/v1
Expand Down
3 changes: 3 additions & 0 deletions deploy/charts/burrito/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ hermitcrab:

deployment:
replicas: 1
tolerations: {}
nodeSelector: {}
affinity: {}
image:
pullPolicy: Always
repository: sealio/hermitcrab
Expand Down

0 comments on commit 2a2a6cd

Please sign in to comment.