diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml index 0d1e80c..097c34a 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -14,12 +14,12 @@ gateway: targetPort: 15021 nodePort: 31021 - name: http2 - protocol: TCP + protocol: HTTP port: 80 targetPort: 80 nodePort: 30080 - name: https - protocol: TCP + protocol: HTTPS port: 443 targetPort: 443 nodePort: 30443 \ No newline at end of file