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:
2024-10-23 16:32:50 +02:00
parent 63c6d5d0ef
commit d31993953b

View File

@@ -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":