Compare commits
2 Commits
b54bef302d
...
8838077eff
| Author | SHA1 | Date | |
|---|---|---|---|
| 8838077eff | |||
|
|
8eeaecf6f3 |
@@ -70,7 +70,7 @@ springdoc:
|
|||||||
|
|
||||||
clickhouse:
|
clickhouse:
|
||||||
enabled: ${CLICKHOUSE_ENABLED:false}
|
enabled: ${CLICKHOUSE_ENABLED:false}
|
||||||
url: ${CLICKHOUSE_URL:jdbc:clickhouse://localhost:8123/cameleer?async_insert=1&wait_for_async_insert=0}
|
url: ${CLICKHOUSE_URL:jdbc:clickhouse://localhost:8123/cameleer}
|
||||||
username: ${CLICKHOUSE_USERNAME:default}
|
username: ${CLICKHOUSE_USERNAME:default}
|
||||||
password: ${CLICKHOUSE_PASSWORD:}
|
password: ${CLICKHOUSE_PASSWORD:}
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ spec:
|
|||||||
- name: CLICKHOUSE_ENABLED
|
- name: CLICKHOUSE_ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: CLICKHOUSE_URL
|
- name: CLICKHOUSE_URL
|
||||||
value: "jdbc:clickhouse://clickhouse.cameleer.svc.cluster.local:8123/cameleer?async_insert=1&wait_for_async_insert=0"
|
value: "jdbc:clickhouse://clickhouse.cameleer.svc.cluster.local:8123/cameleer"
|
||||||
- name: CLICKHOUSE_USERNAME
|
- name: CLICKHOUSE_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user