From afa4c5c5b58b9ae92ac4589a3befa7f1aa30dbac Mon Sep 17 00:00:00 2001 From: WillardHu Date: Fri, 31 May 2024 14:03:10 +0800 Subject: [PATCH] Fixed the quic protocol handshake timeout when using the service Signed-off-by: WillardHu --- manifests/charts/cloudcore/templates/service_cloudcore.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/charts/cloudcore/templates/service_cloudcore.yaml b/manifests/charts/cloudcore/templates/service_cloudcore.yaml index 7696a12eb79..0576b8ff458 100644 --- a/manifests/charts/cloudcore/templates/service_cloudcore.yaml +++ b/manifests/charts/cloudcore/templates/service_cloudcore.yaml @@ -24,6 +24,7 @@ spec: name: cloudhub - port: 10001 targetPort: 10001 + protocol: UDP {{- if and (eq .Values.cloudCore.service.type "NodePort") ( not .Values.cloudCore.hostNetWork) }} nodePort: {{ .Values.cloudCore.service.cloudhubQuicNodePort }} {{- end }}