[22.02.20] Fixing probes

This commit is contained in:
andyjk15 2020-02-22 00:53:48 +00:00
parent eda9c6f9b0
commit d54d26df40

View File

@ -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