Skip to content

Commit 4bab092

Browse files
committedApr 8, 2024
fix dockerfile
1 parent 4ad4487 commit 4bab092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎helm/values-dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ microservice-chart:
1010
httpGet:
1111
path: /actuator/health/liveness
1212
port: 8080
13-
initialDelaySeconds: 30
13+
initialDelaySeconds: 180
1414
failureThreshold: 6
1515
periodSeconds: 10
1616
readinessProbe:
1717
httpGet:
1818
path: /actuator/health/readiness
1919
port: 8080
20-
initialDelaySeconds: 30
20+
initialDelaySeconds: 180
2121
failureThreshold: 6
2222
periodSeconds: 10
2323
deployment:

0 commit comments

Comments
 (0)