Replies: 1 comment
-
Your attached file has them in it: livenessProbe:
httpGet:
path: /healthy
port: http
initialDelaySeconds: 10
periodSeconds: 30
readinessProbe:
httpGet:
path: /ready
port: http
initialDelaySeconds: 10
periodSeconds: 30 And so do the official installation files: https://github.com/strimzi/strimzi-kafka-operator/blob/main/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml#L100-L111 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When we deploy Strimzi operator readiness and liveness probes are not available on the operator pod
Describe the solution you'd like
We need readiness and liveness probes to be available on Strimzi Operator pod.
File uploaded for reference.
Describe alternatives you've considered
Add any other context or screenshots about the feature request here.
strimzi-operator.txt
Beta Was this translation helpful? Give feedback.
All reactions