From 119cddcc6c9d1d03a00514fb711ebcf9215c8c55 Mon Sep 17 00:00:00 2001 From: Alexis Vanier Date: Fri, 7 Oct 2016 10:32:08 -0400 Subject: [PATCH] fix_lb_port_forward --- concourse-web-svc.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/concourse-web-svc.yaml b/concourse-web-svc.yaml index b491c34..c6255e6 100644 --- a/concourse-web-svc.yaml +++ b/concourse-web-svc.yaml @@ -4,9 +4,14 @@ metadata: name: concourse-web spec: ports: - - port: 8080 + - name: http + port: 8080 protocol: 'TCP' targetPort: 8080 + - name: ssh + port: 2222 + protocol: 'TCP' + targetPort: 2222 selector: name: concourse-web type: LoadBalancer