Revert scale assetsvc down to 0 replicas (#7739)

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
This commit is contained in:
Antonio Gámez
2021-10-07 21:36:05 +02:00
committed by GitHub
parent 9f73bc4239
commit 0bc570ff33
2 changed files with 2 additions and 2 deletions

View File

@@ -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 | `""` |

View File

@@ -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: