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

[7.2.x-openjdk11] Update EAP CD / 7.x templates to specify readiness / liveness probe parameters

XMLWordPrintable

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

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