[22.02.20] Fixing probes
This commit is contained in:
parent
eda9c6f9b0
commit
d54d26df40
@ -6,7 +6,7 @@ metadata:
|
||||
name: RESOURCE_NAME
|
||||
namespace: default
|
||||
spec:
|
||||
replicas: 0
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: RESOURCE_NAME
|
||||
@ -56,7 +56,7 @@ spec:
|
||||
name: RESOURCE_NAME
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /graphql
|
||||
port: 9090
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
@ -66,7 +66,7 @@ spec:
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: 9090
|
||||
path: /
|
||||
path: /graphql
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user