Skip to content
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

Add possibility to customize readiness and liveness probe settings #234

Closed
eugenpro opened this issue Sep 29, 2022 · 0 comments · Fixed by #235
Closed

Add possibility to customize readiness and liveness probe settings #234

eugenpro opened this issue Sep 29, 2022 · 0 comments · Fixed by #235
Labels
Basic Install (I) Features for Phase I of the Operator capability levels enhancement New feature or request
Milestone

Comments

@eugenpro
Copy link

eugenpro commented Sep 29, 2022

According to https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.2/html/getting_started_with_jboss_eap_for_openshift_online/migrating-application-openshift-4
Probes should be
livenessProbe: exec: command: - /bin/bash - '-c' - /opt/eap/bin/livenessProbe.sh initialDelaySeconds: 60 periodSeconds: 16 successThreshold: 1 failureThreshold: 3
but but default they are still 10 seconds for statefulset. Please change their default values or add capability to modify them

@jmesnil jmesnil added enhancement New feature or request Basic Install (I) Features for Phase I of the Operator capability levels labels Sep 29, 2022
@jmesnil jmesnil added this to the 1.0.0 milestone Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Basic Install (I) Features for Phase I of the Operator capability levels enhancement New feature or request
Projects
None yet
2 participants