chore(helm): moving utils default vars
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
a8b3286cf1
commit
c6fd346f63
2 changed files with 3 additions and 7 deletions
|
|
@ -83,6 +83,9 @@ autoscaling:
|
|||
|
||||
env:
|
||||
REDIS_URL: "redis://redis-master.db.svc.cluster.local:6379"
|
||||
debug: 0
|
||||
uws: false
|
||||
redis: false
|
||||
|
||||
|
||||
nodeSelector: {}
|
||||
|
|
|
|||
|
|
@ -95,13 +95,6 @@ chalice:
|
|||
# idp_name: ''
|
||||
# idp_tenantKey: ''
|
||||
|
||||
utilities:
|
||||
replicaCount: 1
|
||||
env:
|
||||
debug: 0
|
||||
uws: false
|
||||
cluster: false
|
||||
|
||||
# If you want to override something
|
||||
# chartname:
|
||||
# filedFrom chart/Values.yaml:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue