mirror of https://github.com/openkruise/charts.git
Merge 2ffbb86a6c into d0cfc2e2d7
This commit is contained in:
commit
754e454fb1
|
|
@ -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"
|
||||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue