Nicolas Massé 3 years ago
parent
commit
0809a736e5
  1. 5
      infrastructure/templates/sso.yaml

5
infrastructure/templates/sso.yaml

@ -173,7 +173,6 @@ spec:
deploymentConfig: sso deploymentConfig: sso
--- ---
apiVersion: route.openshift.io/v1 apiVersion: route.openshift.io/v1
id: sso-https
kind: Route kind: Route
metadata: metadata:
annotations: annotations:
@ -364,7 +363,7 @@ spec:
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3
initialDelaySeconds: 90 initialDelaySeconds: 90
'successThreshold:': 1 successThreshold: 1
tcpSocket: tcpSocket:
port: 5432 port: 5432
timeoutSeconds: 10 timeoutSeconds: 10
@ -382,7 +381,7 @@ spec:
-c 'SELECT 1' -c 'SELECT 1'
failureThreshold: 3 failureThreshold: 3
initialDelaySeconds: 90 initialDelaySeconds: 90
'successThreshold:': 1 successThreshold: 1
timeoutSeconds: 10 timeoutSeconds: 10
volumeMounts: volumeMounts:
- mountPath: /var/lib/pgsql/data - mountPath: /var/lib/pgsql/data

Loading…
Cancel
Save