-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liveness Probes failing on port 8081 #270
Comments
Hi @dcasati -- are you using a docker-pega-web-ready image that includes this PR (looks like either |
Hi @APegaDavis - I'm using |
While this is great to hear, we also shouldn't be requiring newer docker-pega-web-ready images in patch releases of pega-helm-charts. So, we'll ensure this works as-is for 1.4.7, and then start a new minor version that leverages 8081 and notes a minimum image version. |
Describe the bug
Liveness probes hitting port 8081 on the pega-web and pega-stream pod are failing. I believe the issue is here is related to the liveness probe port being defined on
/opt/pega/conf/server.xml
but not on/usr/loca/tomcat/conf/server.xml
-To Reproduce
Running
curl
to check if the endpoint being probed is live on port 8081:The same command now on port 8080 - works as expected:
Expected behavior
Either implement an endpoint that listens on port 8081 (preferable) or re-use port 8080 for the liveness probe (likely less preferable)
Chart version
pega-1.4.6
Server (if applicable, please complete the following information):
Additional context
For now, I was able to change the probe from port 8081 to 8080. This then avoids the pods being restarted after a while
The text was updated successfully, but these errors were encountered: