support Huawei CCE EIB and EIP

This commit is contained in:
bing.ma 2025-07-24 10:21:04 +08:00
parent d0cfc2e2d7
commit 2ffbb86a6c
2 changed files with 13 additions and 1 deletions

View File

@ -9,3 +9,4 @@ sources:
annotations:
artifacthub.io/changes: |
- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"
- "[Added]: support Huawei CCE EIB and EIP"

View File

@ -20,6 +20,17 @@ data:
max_port = 1500
min_port = 1000
[hwcloud]
enable = true
[hwcloud.elb]
max_port = 700
min_port = 500
block_ports = []
[hwcloud.cce.elb]
max_port = 65535
min_port = 32768
block_ports = []
[volcengine]
enable = true
[volcengine.clb]