File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff 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)
5164postgres :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments