diff --git a/openshift/templates/patroni.yaml b/openshift/templates/patroni.yaml index 53166ae15..edee94e7c 100644 --- a/openshift/templates/patroni.yaml +++ b/openshift/templates/patroni.yaml @@ -199,13 +199,13 @@ objects: memory: ${MEMORY_LIMIT} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File - readinessProbe: - initialDelaySeconds: 5 - timeoutSeconds: 5 - failureThreshold: 4 - exec: - command: - - /usr/share/scripts/patroni/health_check.sh + # readinessProbe: + # initialDelaySeconds: 5 + # timeoutSeconds: 5 + # failureThreshold: 4 + # exec: + # command: + # - /usr/share/scripts/patroni/health_check.sh volumeMounts: - mountPath: /home/postgres/pgdata name: postgresql