Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-3248

Update EAP CD templates to specify readiness / liveness probe parameters

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • None
    • None
    • EAP_CD

    Description

                                      "livenessProbe": {
                                          "exec": {
                                              "command": [
                                                  "/bin/bash",
                                                  "-c",
                                                  "/opt/eap/bin/livenessProbe.sh",
                                                  "1",
                                                  "0",
                                                  "false",
                                                  "probe.eap.dmr.EapProbe probe.eap.dmr.HealthCheckProbe",
                                                  "0"
                                              ]
                                          },
                                          "initialDelaySeconds": 60
                                      },
                                      "readinessProbe": {
                                          "exec": {
                                              "command": [
                                                  "/bin/bash",
                                                  "-c",
                                                  "/opt/eap/bin/readinessProbe.sh",
                                                  "1",
                                                  "0"
                                              ]
                                          },
                                          "initialDelaySeconds": 10
      
      
      

      Attachments

        Issue Links

          Activity

            People

              kwills@redhat.com Ken Wills
              kwills@redhat.com Ken Wills
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: