From 04c1e67dc23d21211ad092ae2b3a5613166e7ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 15 Jul 2019 09:41:25 +0200 Subject: [PATCH] Release-monitoring: Remove probes from service pod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../release-monitoring/files/deploymentconfig.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml index 4a75fde398..b489eed130 100644 --- a/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/deploymentconfig.yml @@ -150,18 +150,6 @@ items: - name: fedora-messaging-cert-volume mountPath: /etc/pki/rabbitmq/cert readOnly: true - readinessProbe: - timeoutSeconds: 1 - initialDelaySeconds: 5 - httpGet: - path: / - port: 8080 - livenessProbe: - timeoutSeconds: 1 - initialDelaySeconds: 30 - httpGet: - path: / - port: 8080 volumes: - name: config-volume configMap: