Skip to content

Commit c05db60

Browse files
committed
Changed the intitial delay seconds to orginial
1 parent b179163 commit c05db60

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

manifests/kubernetes/login-service.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ spec:
5555
- containerPort: 8081
5656
livenessProbe:
5757
httpGet:
58-
path: /actuator/health
58+
path: /actuator/health
5959
port: 8081
60-
initialDelaySeconds: 90
60+
initialDelaySeconds: 70
6161
periodSeconds: 20
6262
timeoutSeconds: 10
6363
readinessProbe:
6464
httpGet:
65-
path: /actuator/health
65+
path: /actuator/health
6666
port: 8081
67-
initialDelaySeconds: 60
67+
initialDelaySeconds: 30
6868
periodSeconds: 10
6969
timeoutSeconds: 5
7070
env:

0 commit comments

Comments
 (0)