From 85404e7f1cc701652ce4dccaa0082c633c1af6ab Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 12 Dec 2017 17:10:46 -0800 Subject: [PATCH] The new nginx-based container is listening on port 80, not 8080 --- k8s/jenkins.yaml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/jenkins.yaml.template b/k8s/jenkins.yaml.template index 2792a03..9934725 100644 --- a/k8s/jenkins.yaml.template +++ b/k8s/jenkins.yaml.template @@ -19,7 +19,7 @@ items: ports: - name: 'http' port: 80 - targetPort: 8080 + targetPort: 80 protocol: TCP - name: 'jnlp' port: 50000 @@ -88,7 +88,7 @@ items: image: "rtyler/codevalet-master:latest" imagePullPolicy: Always ports: - - containerPort: 8080 + - containerPort: 80 name: http - containerPort: 50000 name: jnlp