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: |-
labels:
{{ .KatenaryPrefix }}/health-check: |-
httpGet:
path: /health
port: 8080
livenessProbe:
httpGet:
path: /health
port: 8080
type: "object"
"same-pod":