Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-28620

Align EAP Operator default probes configuration with Helm Charts

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • OP-3.2.0.GA
    • None
    • Operator
    • None

      The Operator should be consistent with default probes configuration provided by Helm Chart, this task is to align them.

      The current default probe values for EAP Helm Charts are:

        livenessProbe:
            httpGet:
              path: /health/live
              port: admin
              scheme: HTTP
            periodSeconds: 10
            successThreshold: 1
            timeoutSeconds: 1
            failureThreshold: 3
            initialDelaySeconds: 0
      
        readinessProbe:
            httpGet:
              path: /health/ready
              port: admin
              scheme: HTTP
            initialDelaySeconds: 10
            periodSeconds: 10
            successThreshold: 1
            timeoutSeconds: 1
            failureThreshold: 3
      
        startupProbe:
            httpGet:
              path: /health/started
              port: admin
              scheme: HTTP
            initialDelaySeconds: 10
            periodSeconds: 10
            successThreshold: 1
            timeoutSeconds: 1
            failureThreshold: 11
      

              yborgess1@redhat.com Yeray Borges Santana
              yborgess1@redhat.com Yeray Borges Santana
              Martin Choma Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: