Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
startup time sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSp committed May 24, 2020
1 parent 3061d69 commit cebd04b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
{{- include "imis.labels" . | nindent 4 }}
spec:
replicas: 1
revisionHistoryLimit: 5
selector:
matchLabels:
{{- include "imis.selectorLabels" . | nindent 6 }}
Expand Down Expand Up @@ -52,15 +53,15 @@ spec:
httpGet:
path: /actuator/health
port: 8081
initialDelaySeconds: 120
initialDelaySeconds: 180
timeoutSeconds: 2
periodSeconds: 3
failureThreshold: 1
livenessProbe:
httpGet:
path: /actuator/health
port: 8081
initialDelaySeconds: 40
initialDelaySeconds: 180
timeoutSeconds: 2
periodSeconds: 8
failureThreshold: 1
Expand Down

0 comments on commit cebd04b

Please sign in to comment.