From d1f4d753b665cb09f64f2fe73db317444a04c4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 23 Dec 2019 12:30:00 +0100 Subject: [PATCH] Harmless change to reset the number of replicas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../files/deploymentconfig.yml | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/roles/openshift-apps/messaging-bridges/files/deploymentconfig.yml b/roles/openshift-apps/messaging-bridges/files/deploymentconfig.yml index 012367c5fe..19569bcf12 100644 --- a/roles/openshift-apps/messaging-bridges/files/deploymentconfig.yml +++ b/roles/openshift-apps/messaging-bridges/files/deploymentconfig.yml @@ -51,18 +51,6 @@ items: - name: rabbitmq-crt-volume mountPath: /etc/pki/rabbitmq/crt readOnly: true - #readinessProbe: - # timeoutSeconds: 1 - # initialDelaySeconds: 5 - # httpGet: - # path: /api/v1/ - # port: 8080 - #livenessProbe: - # timeoutSeconds: 1 - # initialDelaySeconds: 30 - # httpGet: - # path: /api/v1/ - # port: 8080 volumes: - name: config-volume configMap: @@ -143,18 +131,6 @@ items: - name: rabbitmq-crt-volume mountPath: /etc/pki/rabbitmq/crt readOnly: true - #readinessProbe: - # timeoutSeconds: 1 - # initialDelaySeconds: 5 - # httpGet: - # path: /api/v1/ - # port: 8080 - #livenessProbe: - # timeoutSeconds: 1 - # initialDelaySeconds: 30 - # httpGet: - # path: /api/v1/ - # port: 8080 volumes: - name: config-volume configMap: @@ -229,18 +205,6 @@ items: - name: rabbitmq-crt-volume mountPath: /etc/pki/rabbitmq/crt readOnly: true - #readinessProbe: - # timeoutSeconds: 1 - # initialDelaySeconds: 5 - # httpGet: - # path: /api/v1/ - # port: 8080 - #livenessProbe: - # timeoutSeconds: 1 - # initialDelaySeconds: 30 - # httpGet: - # path: /api/v1/ - # port: 8080 volumes: - name: config-volume configMap: