Fixed typo
This commit is contained in:
parent
d52fddea9e
commit
4b761321d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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 `<application>.yaml` file.
|
||||
This folder contains configuration for core OpenReplay apps. All applications share common helm chart named *openreplay* which can be overridden by `<application>.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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue