From e330356cd2f288610de9778259c2756992ee82ba Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 18 Apr 2020 19:02:48 -0400 Subject: [PATCH] add target port for service --- k8s/service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/service.yaml b/k8s/service.yaml index 233b8ec..904f35a 100644 --- a/k8s/service.yaml +++ b/k8s/service.yaml @@ -9,8 +9,9 @@ spec: ports: - protocol: TCP port: 9080 + targetPort: 80 name: http - protocol: TCP - port: 9443 + port: 443 name: https type: LoadBalancer \ No newline at end of file