From 726e94f86b1371b1143e8545244ac25883f7bb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 18 Nov 2022 12:46:34 +0100 Subject: [PATCH] Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../fmn/templates/deploymentconfig.yml | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/roles/openshift-apps/fmn/templates/deploymentconfig.yml b/roles/openshift-apps/fmn/templates/deploymentconfig.yml index 1fa9ca6632..13f5dbb7db 100644 --- a/roles/openshift-apps/fmn/templates/deploymentconfig.yml +++ b/roles/openshift-apps/fmn/templates/deploymentconfig.yml @@ -37,7 +37,6 @@ spec: env: - name: APP_SCRIPT value: ".s2i/run-frontend.sh" - volumes: - name: httpdir-volume emptyDir: {} @@ -281,27 +280,27 @@ spec: deploymentconfig: sendria spec: containers: - - name: sendria - image: sendria:latest - ports: - - containerPort: 1025 - - containerPort: 1080 - resources: {} - readinessProbe: - timeoutSeconds: 1 - initialDelaySeconds: 30 - httpGet: - path: / - port: 1080 - livenessProbe: - timeoutSeconds: 1 - initialDelaySeconds: 40 - httpGet: - path: / - port: 1080 + - name: sendria + image: sendria:latest + ports: + - containerPort: 1025 + - containerPort: 1080 + resources: {} + readinessProbe: + timeoutSeconds: 1 + initialDelaySeconds: 30 + httpGet: + path: / + port: 1080 + livenessProbe: + timeoutSeconds: 1 + initialDelaySeconds: 40 + httpGet: + path: / + port: 1080 triggers: - - type: ConfigChange - - type: ImageChange + - type: ConfigChange + - type: ImageChange imageChangeParams: automatic: true containerNames: