Skip to content

Commit db6ca9d

Browse files
committed
add clickhouse vars as extraEnv examples
1 parent a80415b commit db6ca9d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

hosting/k8s/helm/values-production-example.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@ webapp:
4646
requests:
4747
cpu: 1000m
4848
memory: 2Gi
49+
# ClickHouse configuration (experimental)
50+
extraEnv:
51+
[]
52+
# - name: RUN_REPLICATION_CLICKHOUSE_URL
53+
# value: "http://clickhouse:9000"
54+
# - name: RUN_REPLICATION_ENABLED
55+
# value: "1"
56+
# - name: RUN_REPLICATION_LOG_LEVEL
57+
# value: "info"
58+
# - name: CLICKHOUSE_URL
59+
# value: "http://clickhouse:9000"
60+
# - name: CLICKHOUSE_LOG_LEVEL
61+
# value: "info"
4962

5063
# Production PostgreSQL (or use external)
5164
postgres:

hosting/k8s/helm/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,17 @@ webapp:
9595
# secretKeyRef:
9696
# name: my-secret
9797
# key: secret-key
98+
# ClickHouse configuration (experimental)
99+
# - name: RUN_REPLICATION_CLICKHOUSE_URL
100+
# value: "http://clickhouse:9000"
101+
# - name: RUN_REPLICATION_ENABLED
102+
# value: "0"
103+
# - name: RUN_REPLICATION_LOG_LEVEL
104+
# value: "info"
105+
# - name: CLICKHOUSE_URL
106+
# value: "http://clickhouse:9000"
107+
# - name: CLICKHOUSE_LOG_LEVEL
108+
# value: "info"
98109

99110
# ServiceMonitor for Prometheus monitoring
100111
serviceMonitor:

0 commit comments

Comments
 (0)