mirror of https://github.com/openkruise/charts.git
modify kruise-game v0.8.0
This commit is contained in:
parent
af1d4a6f5c
commit
653d5128d4
|
|
@ -1 +1 @@
|
|||
../versions/kruise-game/0.7
|
||||
../versions/kruise-game/0.8
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: kruise-game
|
||||
description: Helm chart for kruise-game components
|
||||
version: 0.7.0
|
||||
appVersion: 0.7.0
|
||||
version: 0.8.0
|
||||
appVersion: 0.8.0
|
||||
kubeVersion: ">= 1.16.0-0"
|
||||
sources:
|
||||
- https://github.com/openkruise/kruise-game
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Kruise Game v0.7.0
|
||||
# Kruise Game v0.8.0
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ The following table lists the configurable parameters of the kruise-game chart a
|
|||
| `kruiseGame.apiServerQpsBurst` | Maximum burst for throttle of kruise-game-controller-manager | `10` |
|
||||
| `replicaCount` | Replicas of kruise-game deployment | `1` |
|
||||
| `image.repository` | Repository for kruise-game image | `openkruise/kruise-game-manager` |
|
||||
| `image.tag` | Tag for kruise-game image | `v0.7.0` |
|
||||
| `image.tag` | Tag for kruise-game image | `v0.8.0` |
|
||||
| `image.pullPolicy` | ImagePullPolicy for kruise-game container | `Always` |
|
||||
| `serviceAccount.annotations` | The annotations for serviceAccount of kruise-game | ` ` |
|
||||
| `service.port` | Port of kruise-game service | `8443` |
|
||||
|
|
|
|||
|
|
@ -16,6 +16,15 @@ data:
|
|||
[alibabacloud.slb]
|
||||
max_port = 700
|
||||
min_port = 500
|
||||
[alibabacloud.nlb]
|
||||
max_port = 1500
|
||||
min_port = 1000
|
||||
|
||||
[volcengine]
|
||||
enable = true
|
||||
[volcengine.clb]
|
||||
max_port = 700
|
||||
min_port = 500
|
||||
controller_manager_config.yaml: |
|
||||
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
|
||||
kind: ControllerManagerConfig
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ replicaCount: 1
|
|||
|
||||
image:
|
||||
repository: openkruise/kruise-game-manager
|
||||
tag: v0.7.0
|
||||
tag: v0.8.0
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue