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

Update EAP CD templates to specify readiness / liveness probe parameters

XMLWordPrintable

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

                                      "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
      
      
      

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

                Created:
                Updated:
                Resolved: