openreplay/ee/scripts/helm/roles/openreplay/defaults/main.yaml
2022-09-01 15:08:56 +01:00

19 lines
352 B
YAML

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