Skip to content

Commit

Permalink
Add startupProbe for binderhub-service pod
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 27, 2023
1 parent 34e0103 commit 8b6f8fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions binderhub-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ spec:
{{- .Values.resources | toYaml | nindent 12 }}
securityContext:
{{- .Values.securityContext | toYaml | nindent 12 }}
startupProbe:
periodSeconds: 1
failureThreshold: 60
httpGet:
path: {{ .Values.config.BinderHub.base_url }}/versions
port: http
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
{{- . | toYaml | nindent 8 }}
Expand Down

0 comments on commit 8b6f8fc

Please sign in to comment.