[damned-lies/oscp] Should listen on 8080



commit 7125cb0c7859031ba8e97d3404fea5d179afaf43
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 19:42:34 2019 +0200

    Should listen on 8080

 l10n.gnome.org.conf |  2 +-
 templates/oscp.yaml | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/l10n.gnome.org.conf b/l10n.gnome.org.conf
index 441cd07d..d204fd30 100644
--- a/l10n.gnome.org.conf
+++ b/l10n.gnome.org.conf
@@ -1,4 +1,4 @@
-<VirtualHost *:8000>
+<VirtualHost *:8080>
     ServerName l10n.gnome.org
 
     Alias /HTML /var/www/djamnedlies/data/scratchdir/HTML
diff --git a/templates/oscp.yaml b/templates/oscp.yaml
index 342122ed..526f09d3 100644
--- a/templates/oscp.yaml
+++ b/templates/oscp.yaml
@@ -164,7 +164,7 @@ objects:
         containers:
         - name: damned-lies
           ports:
-          - containerPort: 8000
+          - containerPort: 8080
             protocol: TCP
           env:
           - name: DB_NAME
@@ -206,7 +206,7 @@ objects:
           livenessProbe:
             httpGet:
               path: "/"
-              port: 8000
+              port: 8080
               scheme: HTTP
             initialDelaySeconds: 60
             timeoutSeconds: 5
@@ -216,7 +216,7 @@ objects:
           readinessProbe:
             httpGet:
               path: "/"
-              port: 8000
+              port: 8080
               scheme: HTTP
             initialDelaySeconds: 10
             timeoutSeconds: 2
@@ -249,8 +249,8 @@ objects:
     ports:
     - name: web
       protocol: TCP
-      port: 8000
-      targetPort: 8000
+      port: 8080
+      targetPort: 8080
     selector:
       app: damned-lies
       deploymentconfig: damned-lies


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