helm: add node selectors for appsmith sub-charts (#22195)
Fixes: [21796](https://github.com/appsmithorg/appsmith/issues/21796)
This commit is contained in:
parent
b5869c521c
commit
b5b9cbd760
|
|
@ -11,7 +11,7 @@ sources:
|
||||||
- https://github.com/appsmithorg/appsmith
|
- https://github.com/appsmithorg/appsmith
|
||||||
home: https://www.appsmith.com/
|
home: https://www.appsmith.com/
|
||||||
icon: https://assets.appsmith.com/appsmith-icon.png
|
icon: https://assets.appsmith.com/appsmith-icon.png
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,11 @@ redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
master:
|
||||||
|
nodeSelector: {}
|
||||||
replica:
|
replica:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
@ -16,6 +19,11 @@ mongodb:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
architecture: "replicaset"
|
architecture: "replicaset"
|
||||||
replicaSetName: rs0
|
replicaSetName: rs0
|
||||||
|
nodeSelector: {}
|
||||||
|
arbiter:
|
||||||
|
nodeSelector: {}
|
||||||
|
hidden:
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
## @section Global parameters
|
## @section Global parameters
|
||||||
## Global Docker image parameters
|
## Global Docker image parameters
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user