Skip to content

Commit

Permalink
Merge pull request kubeedge#5648 from WillardHu/fix-quic-service
Browse files Browse the repository at this point in the history
Fixed the quic protocol handshake timeout when using the service
  • Loading branch information
kubeedge-bot authored Jun 13, 2024
2 parents 91c3ed3 + afa4c5c commit 525a292
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 525a292

Please sign in to comment.