Open Edition

 View Only

Managing livenessProbe & readinessProbe parameters through CR ( Custom Resource) File for Kie-Server(BAMOE-RHPAM) Ver 8.0.5

  • 1.  Managing livenessProbe & readinessProbe parameters through CR ( Custom Resource) File for Kie-Server(BAMOE-RHPAM) Ver 8.0.5

    Posted 11 days ago

       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
    ------------------------------