diff --git a/scripts/helm/app/README.md b/scripts/helm/app/README.md index 9f30a09ad..a5b73f915 100644 --- a/scripts/helm/app/README.md +++ b/scripts/helm/app/README.md @@ -1,6 +1,6 @@ ## Core OpenReplay application configuration folder - This folder contains configuration for core openreplay apps. All applications share common helm chart named *openreplay* which can be overridden by `.yaml` file. + This folder contains configuration for core OpenReplay apps. All applications share common helm chart named *openreplay* which can be overridden by `.yaml` file. **Below is a sample template.** @@ -31,7 +31,7 @@ # env vars for the application env: - ALERT_NOTIFICATION_STRING: https://parrot.openreplay.io/alerts/notifications + ALERT_NOTIFICATION_STRING: http://chalice-openreplay.app.svc.cluster.local:8000/alerts/notifications CLICKHOUSE_STRING: tcp://clickhouse.db.svc.cluster.local:9000/default POSTGRES_STRING: postgres://postgresql.db.svc.cluster.local:5432 ```