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: |-
|
||||
labels:
|
||||
{{ .KatenaryPrefix }}/health-check: |-
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
port: 8080
|
||||
type: "object"
|
||||
|
||||
"same-pod":
|
||||
|
Reference in New Issue
Block a user