Currently we are unable to manage livenessProbe & readinessProbe parameters through CR (Custom Resource) file for Kie-Server(BAMOE-RHPAM) & These values were hardcoded in kieconfigs-<version> configmap file as follows. We can change values in this file but whenever upgrade happens new file will get create.
livenessProbe:
httpGet:
path: /services/rest/server/healthcheck
port: 8080
scheme: HTTP
initialDelaySeconds: 180
timeoutSeconds: 2
periodSeconds: 15
failureThreshold: 3
readinessProbe:
httpGet:
path: /services/rest/server/readycheck
port: 8080
scheme: HTTP
initialDelaySeconds: 30
timeoutSeconds: 2
periodSeconds: 5
failureThreshold: 36
Reference page from Redhat
How to configure readinessProbe/livenessProbe of business-central/kie-server pods when using operators - Red Hat Customer Portal
Is there enhancement has been in latest version or yet be done to manage values through CR or where to raise enhancement request/bug?
------------------------------
Mahantesh Karadigudda
------------------------------