Skip to content

Commit

Permalink
tolerations on pre-upgrade-hook job
Browse files Browse the repository at this point in the history
  • Loading branch information
gpongelli authored Nov 11, 2024
1 parent ce38620 commit ba67e1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stable/jfrog-platform/templates/migration-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,9 @@ spec:
fi
restartPolicy: Never
terminationGracePeriodSeconds: 0
{{- with .Values.rabbitmq.tolerations }}
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions stable/jfrog-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ rabbitmq:
onlineSchedulers: null
persistence:
size: 50Gi
tolerations: []
extraEnvVars:
- name: RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS
value: "+S 2:2 +sbwt none +sbwtdcpu none +sbwtdio none"
Expand Down

0 comments on commit ba67e1e

Please sign in to comment.