[indico-web] More fixes



commit f4d34dea099514fd12e8fb1f2132a44e434e76a1
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Dec 2 15:36:17 2019 +0100

    More fixes

 oscp.yml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/oscp.yml b/oscp.yml
index 6352e19..c77a0de 100644
--- a/oscp.yml
+++ b/oscp.yml
@@ -20,7 +20,7 @@ parameters:
   - name: SERVICE_PORT
     displayName: Port
     description: Port used to serve Indico
-    value: 443
+    value: "443"
 
   - name: INDICO_DEFAULT_TIMEZONE
     displayName: Default timezone
@@ -32,7 +32,7 @@ parameters:
 
   - name: PGPORT
     displayName: PostgreSQL port
-    value: 5432
+    value: "5432"
 
   - name: PGHOST
     displayName: PostgreSQL hostname
@@ -113,9 +113,9 @@ objects:
 
 - apiVersion: image.openshift.io/v1
   kind: ImageStream
+  name: indico-worker
   metadata:
-    labels:
-      name: indico-worker
+    name: indico-worker
   spec:
     tags:
     - annotations: null
@@ -131,8 +131,7 @@ objects:
 - apiVersion: image.openshift.io/v1
   kind: ImageStream
   metadata:
-    labels:
-      name: indico-static
+    name: indico-static
   spec:
     tags:
     - annotations: null


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]