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