helm: add node selectors for appsmith sub-charts (#22195)

Fixes: [21796](https://github.com/appsmithorg/appsmith/issues/21796)
This commit is contained in:
Goutham Pratapa 2023-05-08 10:00:11 +05:30 committed by GitHub
parent b5869c521c
commit b5b9cbd760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -11,7 +11,7 @@ sources:
- https://github.com/appsmithorg/appsmith
home: https://www.appsmith.com/
icon: https://assets.appsmith.com/appsmith-icon.png
version: 2.0.0
version: 2.0.1
dependencies:
- condition: redis.enabled
name: redis

View File

@ -3,8 +3,11 @@ redis:
enabled: true
auth:
enabled: false
master:
nodeSelector: {}
replica:
replicaCount: 1
nodeSelector: {}
mongodb:
enabled: true
@ -16,6 +19,11 @@ mongodb:
replicaCount: 2
architecture: "replicaset"
replicaSetName: rs0
nodeSelector: {}
arbiter:
nodeSelector: {}
hidden:
nodeSelector: {}
## @section Global parameters
## Global Docker image parameters