diff --git a/helm/istio/templates/service.yaml b/helm/istio/templates/service.yaml index bf515cb..d7b93cf 100644 --- a/helm/istio/templates/service.yaml +++ b/helm/istio/templates/service.yaml @@ -15,9 +15,9 @@ spec: nodePort: 31021 - name: http2 port: 80 - targetPort: 8080 + targetPort: 80 nodePort: 30080 - name: https port: 443 - targetPort: 8443 + targetPort: 443 nodePort: 30443