Browse Source

Merge pull request #4641 from wozniakjan/logging_es_probe

Merged by openshift-bot
OpenShift Bot 7 years ago
parent
commit
d5d909e592
1 changed files with 0 additions and 10 deletions
  1. 0 10
      roles/openshift_logging_elasticsearch/templates/es.j2

+ 0 - 10
roles/openshift_logging_elasticsearch/templates/es.j2

@@ -90,9 +90,6 @@ spec:
               name: "RECOVER_AFTER_TIME"
               value: "{{openshift_logging_elasticsearch_recover_after_time}}"
             -
-              name: "READINESS_PROBE_TIMEOUT"
-              value: "30"
-            -
               name: "IS_MASTER"
               value: "{% if deploy_type in ['data-master', 'master'] %}true{% else %}false{% endif %}"
 
@@ -109,13 +106,6 @@ spec:
               readOnly: true
             - name: elasticsearch-storage
               mountPath: /elasticsearch/persistent
-          readinessProbe:
-            exec:
-              command:
-              - "/usr/share/elasticsearch/probe/readiness.sh"
-            initialDelaySeconds: 10
-            timeoutSeconds: 30
-            periodSeconds: 5
       volumes:
         - name: elasticsearch
           secret: