update check

Signed-off-by: Xiang Dai <764524258@qq.com>
pull/422/head
Xiang Dai 6 years ago
parent 8a3150b68e
commit 4e20aeb952
  1. 16
      production/helm/values.yaml

@ -160,11 +160,9 @@ promtail:
readinessProbe:
failureThreshold: 5
exec:
command:
- /bin/sh
- -c
- /bin/ps -ef | grep promtail | grep -v grep
httpGet:
path: /metrics
port: http-metrics
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
@ -172,11 +170,9 @@ promtail:
livenessProbe:
failureThreshold: 5
exec:
command:
- /bin/sh
- -c
- /bin/ps -ef | grep promtail | grep -v grep
httpGet:
path: /metrics
port: http-metrics
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1

Loading…
Cancel
Save