fix(doc): livenessProbe and readinessProbe must be set
In the health-check label, we now need to specify the kind of check to do - in the expected form from Kubernetes specification.
This commit is contained in:
@@ -141,9 +141,10 @@
|
|||||||
example: |-
|
example: |-
|
||||||
labels:
|
labels:
|
||||||
{{ .KatenaryPrefix }}/health-check: |-
|
{{ .KatenaryPrefix }}/health-check: |-
|
||||||
httpGet:
|
livenessProbe:
|
||||||
path: /health
|
httpGet:
|
||||||
port: 8080
|
path: /health
|
||||||
|
port: 8080
|
||||||
type: "object"
|
type: "object"
|
||||||
|
|
||||||
"same-pod":
|
"same-pod":
|
||||||
|
Reference in New Issue
Block a user