Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion versions/kruise-game/next/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
11 changes: 11 additions & 0 deletions versions/kruise-game/next/templates/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading