[22.02.20] Actuator
This commit is contained in:
parent
d54d26df40
commit
5f850f7a3a
@ -56,8 +56,9 @@ spec:
|
||||
name: RESOURCE_NAME
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /graphql
|
||||
path: /actuator/health
|
||||
port: 9090
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 1
|
||||
@ -66,7 +67,8 @@ spec:
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 9090
|
||||
path: /graphql
|
||||
path: /actuator/health
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user