Skip to content

Commit

Permalink
increased initialDelaySeconds from 1 to 5 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
HazalCiplak authored Nov 5, 2021
1 parent 9815e8f commit 23f5694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/peerscout/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ spec:
httpGet:
path: /api/status
port: http
initialDelaySeconds: 1
initialDelaySeconds: 5
readinessProbe:
httpGet:
path: /api/status
port: http
initialDelaySeconds: 1
initialDelaySeconds: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.env }}
Expand Down

0 comments on commit 23f5694

Please sign in to comment.