mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
Revert scale assetsvc down to 0 replicas (#7739)
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
This commit is contained in:
@@ -342,7 +342,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
|
||||
| `assetsvc.image.tag` | Kubeapps Assetsvc image tag (immutable tags are recommended) | `2.4.1-scratch-r0` |
|
||||
| `assetsvc.image.pullPolicy` | Kubeapps Assetsvc image pull policy | `IfNotPresent` |
|
||||
| `assetsvc.image.pullSecrets` | Kubeapps Assetsvc image pull secrets | `[]` |
|
||||
| `assetsvc.replicaCount` | Number of Assetsvc replicas to deploy | `0` |
|
||||
| `assetsvc.replicaCount` | Number of Assetsvc replicas to deploy | `1` |
|
||||
| `assetsvc.extraEnvVars` | Array with extra environment variables to add to the Assetsvc container | `[]` |
|
||||
| `assetsvc.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for the Assetsvc container | `""` |
|
||||
| `assetsvc.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for the Assetsvc container | `""` |
|
||||
|
||||
@@ -1114,7 +1114,7 @@ assetsvc:
|
||||
pullSecrets: []
|
||||
## @param assetsvc.replicaCount Number of Assetsvc replicas to deploy
|
||||
##
|
||||
replicaCount: 0
|
||||
replicaCount: 1
|
||||
## @param assetsvc.extraEnvVars Array with extra environment variables to add to the Assetsvc container
|
||||
## e.g:
|
||||
## extraEnvVars:
|
||||
|
||||
Reference in New Issue
Block a user