Skip to content

Commit

Permalink
Fixed the quic protocol handshake timeout when using the service
Browse files Browse the repository at this point in the history
Signed-off-by: WillardHu <[email protected]>
  • Loading branch information
WillardHu committed May 31, 2024
1 parent 77891f2 commit afa4c5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit afa4c5c

Please sign in to comment.