From 0809a736e544615d1d4b671f2e64f0d92dff961d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 10 Oct 2022 22:46:58 +0200 Subject: [PATCH] wip --- infrastructure/templates/sso.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infrastructure/templates/sso.yaml b/infrastructure/templates/sso.yaml index 0f53837..256d7a6 100644 --- a/infrastructure/templates/sso.yaml +++ b/infrastructure/templates/sso.yaml @@ -173,7 +173,6 @@ spec: deploymentConfig: sso --- apiVersion: route.openshift.io/v1 -id: sso-https kind: Route metadata: annotations: @@ -364,7 +363,7 @@ spec: livenessProbe: failureThreshold: 3 initialDelaySeconds: 90 - 'successThreshold:': 1 + successThreshold: 1 tcpSocket: port: 5432 timeoutSeconds: 10 @@ -382,7 +381,7 @@ spec: -c 'SELECT 1' failureThreshold: 3 initialDelaySeconds: 90 - 'successThreshold:': 1 + successThreshold: 1 timeoutSeconds: 10 volumeMounts: - mountPath: /var/lib/pgsql/data