Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

kubernetes: Morph the livenessProbe into readinessProbe #3421

Merged
merged 1 commit into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions prog/weave-kube/weave-daemonset-k8s-1.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,11 @@ items:
fieldPath: spec.nodeName
image: 'weaveworks/weave-kube:latest'
imagePullPolicy: Always
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30

This comment was marked as abuse.

This comment was marked as abuse.

resources:
requests:
cpu: 10m
Expand Down
3 changes: 1 addition & 2 deletions prog/weave-kube/weave-daemonset-k8s-1.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,11 @@ items:
fieldPath: spec.nodeName
image: 'weaveworks/weave-kube:latest'
imagePullPolicy: Always
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30
resources:
requests:
cpu: 10m
Expand Down
3 changes: 1 addition & 2 deletions prog/weave-kube/weave-daemonset-k8s-1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,11 @@ items:
fieldPath: spec.nodeName
image: 'weaveworks/weave-kube:latest'
imagePullPolicy: Always
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30
resources:
requests:
cpu: 10m
Expand Down
3 changes: 1 addition & 2 deletions prog/weave-kube/weave-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ items:
fieldPath: spec.nodeName
image: 'weaveworks/weave-kube:latest'
imagePullPolicy: Always
livenessProbe:
readinessProbe:
httpGet:
host: 127.0.0.1
path: /status
port: 6784
initialDelaySeconds: 30
resources:
requests:
cpu: 10m
Expand Down