Skip to content

Commit

Permalink
Merge pull request #775 from gesiscss/master
Browse files Browse the repository at this point in the history
add base_url into livenessProbe.httpGet.path
  • Loading branch information
betatim authored Jan 24, 2019
2 parents a529251 + 27f6538 commit 710c3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/binderhub/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
name: binder
livenessProbe:
httpGet:
path: /about
path: {{ default "/" .Values.config.BinderHub.base_url }}about
port: binder
initialDelaySeconds: 10
periodSeconds: 5

0 comments on commit 710c3d7

Please sign in to comment.