use readiness probe for weave-net instead of liveness

This commit is contained in:
Reilly Brogan 2019-06-05 14:06:48 -05:00
parent bd7420567d
commit 77b88ca9a6
4 changed files with 4 additions and 8 deletions

View File

@ -164,12 +164,11 @@ spec:
key: network-password
{{- end }}
image: 'weaveworks/weave-kube:2.5.1'
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30
resources:
requests:
cpu: 50m

View File

@ -146,12 +146,11 @@ spec:
key: network-password
{{- end }}
image: 'weaveworks/weave-kube:2.3.0'
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30
resources:
requests:
cpu: 50m

View File

@ -156,12 +156,11 @@ spec:
key: network-password
{{- end }}
image: 'weaveworks/weave-kube:2.5.1'
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30
resources:
requests:
cpu: 50m

View File

@ -160,12 +160,11 @@ spec:
key: network-password
{{- end }}
image: 'weaveworks/weave-kube:2.5.1'
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30
resources:
requests:
cpu: 50m