feat(helm): changed alerts env vars
This commit is contained in:
parent
754baa1e37
commit
b0e29f82f0
2 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ env:
|
|||
pg_dbname: postgres
|
||||
pg_user: postgres
|
||||
pg_password: asayerPostgres
|
||||
ch_host: clickhouse.db.svc.cluster.local
|
||||
ch_port: 9000
|
||||
EMAIL_HOST: ''
|
||||
EMAIL_PORT: '587'
|
||||
EMAIL_USER: ''
|
||||
|
|
|
|||
|
|
@ -90,6 +90,8 @@ autoscaling:
|
|||
# targetMemoryUtilizationPercentage: 80
|
||||
|
||||
env:
|
||||
ch_host: clickhouse-openreplay-clickhouse.db.svc.cluster.local
|
||||
ch_port: 9000
|
||||
PYTHONUNBUFFERED: '0'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue