Add liveness probe to the flower rc in order to fix a flake
This commit is contained in:
@@ -272,6 +272,13 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
# Path to probe; should be cheap, but representative of typical behavior
|
||||||
|
path: /
|
||||||
|
port: 80
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
timeoutSeconds: 1
|
||||||
```
|
```
|
||||||
|
|
||||||
[Download example](flower-controller.yaml?raw=true)
|
[Download example](flower-controller.yaml?raw=true)
|
||||||
|
@@ -18,3 +18,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
livenessProbe:
|
||||||
|
httpGet:
|
||||||
|
# Path to probe; should be cheap, but representative of typical behavior
|
||||||
|
path: /
|
||||||
|
port: 80
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
timeoutSeconds: 1
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user