feat(helm): changed alerts env vars

This commit is contained in:
Taha Yassine Kraiem 2022-09-01 12:34:12 +01:00
parent 754baa1e37
commit b0e29f82f0
2 changed files with 4 additions and 0 deletions

View file

@ -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: ''

View file

@ -90,6 +90,8 @@ autoscaling:
# targetMemoryUtilizationPercentage: 80
env:
ch_host: clickhouse-openreplay-clickhouse.db.svc.cluster.local
ch_port: 9000
PYTHONUNBUFFERED: '0'