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 }}