openreplay/ee/scripts/helm/roles/openreplay/defaults/main.yaml
Rajesh Rajendran 4b199abe2d
fix(ee): define variable
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-10-12 18:28:58 +05:30

16 lines
275 B
YAML

---
# defaults file for openreplay
app_name: ""
db_name: ""
db_list:
- "minio"
- "postgresql"
- "redis"
- "clickhouse"
- "kafka"
env:
chalice:
ch_host: "clickhouse.db.svc.cluster.local"
ch_port: "9000"
LICENSE_KEY: "{{ enterprise_edition_license }}"