This commit is contained in:
usernameisnull 2025-07-24 03:02:27 +00:00 committed by GitHub
commit 754e454fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View File

@ -8,4 +8,5 @@ sources:
- https://github.com/openkruise/kruise-game
annotations:
artifacthub.io/changes: |
- "[Changed]: https://github.com/openkruise/kruise-game/blob/master/CHANGELOG.md"
- "[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]