diff --git a/scripts/helm/app/alerts.yaml b/scripts/helm/app/alerts.yaml index 59e6bc18b..8998f3a1f 100644 --- a/scripts/helm/app/alerts.yaml +++ b/scripts/helm/app/alerts.yaml @@ -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: '' diff --git a/scripts/helmcharts/openreplay/charts/alerts/values.yaml b/scripts/helmcharts/openreplay/charts/alerts/values.yaml index 4bcc516c8..6562c3a46 100644 --- a/scripts/helmcharts/openreplay/charts/alerts/values.yaml +++ b/scripts/helmcharts/openreplay/charts/alerts/values.yaml @@ -90,6 +90,8 @@ autoscaling: # targetMemoryUtilizationPercentage: 80 env: + ch_host: clickhouse-openreplay-clickhouse.db.svc.cluster.local + ch_port: 9000 PYTHONUNBUFFERED: '0'