How to set readiness and liveness port ? #924
Replies: 2 comments 1 reply
-
You can find examples for readiness and liveness probes in the doc, see https://github.com/artemiscloud/activemq-artemis-operator/blob/main/docs/help/operator.md#liveness-readiness-and-startup-probes
Can you share your CR? |
Beta Was this translation helpful? Give feedback.
-
Thanks, Here is my CR:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using operator 1.2.1 and recently we have an issue that the broker took a while to startup thus kubernetes killed it. I saw failed readiness event when i describe the artemis broker pod. I am looking for answer to the following questions:
Another strange behavior I observed is that if the broker is running correctly with the default config then I change the readiness config to a bad port (for example using the port that used for address binding) then I should get the failed readiness event immediately; however, I didn't get failed readiness for such case.
Beta Was this translation helpful? Give feedback.
All reactions