Skip to content

Commit

Permalink
remove readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed May 9, 2024
1 parent 54b1944 commit 2fbc75b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ spec:
- test $(($(date +%s) - $(stat -c %Y /var/lib/dataone-indexer/livenessprobe))) -lt 20
initialDelaySeconds: 20
periodSeconds: 15
readinessProbe:
exec:
command:
- /bin/sh
- -c
- test $(($(date +%s) - $(stat -c %Y /var/lib/dataone-indexer/livenessprobe))) -lt 20
periodSeconds: 10
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit 2fbc75b

Please sign in to comment.