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