[connfa-web] s/surveys/connfa + mail setup on env



commit 1640ffb615cb0a2c0f31a83be67ac8042cb65650
Author: Andrea Veri <averi redhat com>
Date:   Tue Jun 18 15:40:48 2019 +0200

    s/surveys/connfa + mail setup on env

 env       | 6 +++---
 oscp.yaml | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/env b/env
index ac53fed..4a12339 100644
--- a/env
+++ b/env
@@ -19,11 +19,11 @@ REDIS_PASSWORD=null
 REDIS_PORT=6379
 
 MAIL_DRIVER=smtp
-MAIL_HOST=mailtrap.io
-MAIL_PORT=2525
+MAIL_HOST=smtp.gnome.org
+MAIL_PORT=25
 MAIL_USERNAME=null
 MAIL_PASSWORD=null
-MAIL_ENCRYPTION=null
+MAIL_ENCRYPTION=tls
 
 API_PREFIX=api
 API_DOMAIN=
diff --git a/oscp.yaml b/oscp.yaml
index e5c9754..90d4cd6 100644
--- a/oscp.yaml
+++ b/oscp.yaml
@@ -2,7 +2,7 @@
 kind: Template
 apiVersion: v1
 metadata:
-  name: survey-web
+  name: connfa-web
   annotations:
     openshift.io/display-name: "Connfa"
     description:  >-
@@ -189,7 +189,7 @@ parameters:
     labels:
       app: "${CONNFA_NAME}"
   spec:
-    host: "surveys.gnome.org"
+    host: "connfa.guadec.org"
     to:
       kind: Service
       name: "${CONNFA_NAME}"
@@ -243,7 +243,7 @@ parameters:
     runPolicy: "Serial"
     source:
       git:
-        uri: https://gitlab.gnome.org/barthalion/connfa-web.git
+        uri: https://gitlab.gnome.org/Infrastructure/connfa-web.git
         ref: master
     strategy:
       dockerStrategy:
@@ -257,7 +257,7 @@ parameters:
   metadata:
     generation: 2
     labels:
-    name: survey-app
+    name: conffa-app
   spec:
     lookupPolicy:
       local: false


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