diff options
| author | luomengY <2938893385@qq.com> | 2023-11-16 22:35:50 +0800 |
|---|---|---|
| committer | luomengY <2938893385@qq.com> | 2023-11-22 19:10:08 +0800 |
| commit | 66d77a99443556d0ad412b0d6111e977eda485d3 (patch) | |
| tree | 5934e2f59a0b65a08ac02247c386dadf91cf150d /common | |
| parent | Merge pull request #5157 from zhiyingfang2022/fzy1108 (diff) | |
| download | kubeedge-66d77a99443556d0ad412b0d6111e977eda485d3.tar.gz | |
fix quic server ip
Signed-off-by: luomengY <2938893385@qq.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/constants/default.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index ba6d2c45d..586a10c4e 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -155,4 +155,8 @@ const ( // DefaultManifestsDir edge node default static pod path DefaultManifestsDir = "/etc/kubeedge/manifests" + + // EdgeHub + DefaultWebSocketPort = 10000 + DefaultQuicPort = 10001 ) |
