|
|
|
@ -60,19 +60,6 @@ ingress: |
|
|
|
port: |
|
|
|
number: 10000 |
|
|
|
|
|
|
|
resources: |
|
|
|
{} |
|
|
|
# We usually recommend not to specify default resources and to leave this as a conscious |
|
|
|
# choice for the user. This also increases chances charts run on environments with little |
|
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following |
|
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
|
|
|
# limits: |
|
|
|
# cpu: 100m |
|
|
|
# memory: 128Mi |
|
|
|
# requests: |
|
|
|
# cpu: 100m |
|
|
|
# memory: 128Mi |
|
|
|
|
|
|
|
autoscaling: |
|
|
|
enabled: false |
|
|
|
minReplicas: 1 |
|
|
|
@ -125,16 +112,19 @@ services: |
|
|
|
proxy: |
|
|
|
port: 10000 |
|
|
|
replicaCount: 1 |
|
|
|
resources: {} |
|
|
|
|
|
|
|
apps: |
|
|
|
port: 4002 |
|
|
|
replicaCount: 1 |
|
|
|
logLevel: info |
|
|
|
resources: {} |
|
|
|
# nodeDebug: "" # set the value of NODE_DEBUG |
|
|
|
|
|
|
|
worker: |
|
|
|
port: 4003 |
|
|
|
replicaCount: 1 |
|
|
|
resources: {} |
|
|
|
|
|
|
|
couchdb: |
|
|
|
enabled: true |
|
|
|
@ -148,6 +138,7 @@ services: |
|
|
|
target: "" |
|
|
|
# backup interval in seconds |
|
|
|
interval: "" |
|
|
|
resources: {} |
|
|
|
|
|
|
|
redis: |
|
|
|
enabled: true # disable if using external redis |
|
|
|
@ -161,6 +152,7 @@ services: |
|
|
|
## If undefined (the default) or set to null, no storageClassName spec is |
|
|
|
## set, choosing the default provisioner. |
|
|
|
storageClass: "" |
|
|
|
resources: {} |
|
|
|
|
|
|
|
objectStore: |
|
|
|
minio: true |
|
|
|
@ -177,6 +169,7 @@ services: |
|
|
|
## If undefined (the default) or set to null, no storageClassName spec is |
|
|
|
## set, choosing the default provisioner. |
|
|
|
storageClass: "" |
|
|
|
resources: {} |
|
|
|
|
|
|
|
# Override values in couchDB subchart |
|
|
|
couchdb: |
|
|
|
|