deploy: add ClickHouse StatefulSet and server env vars

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-31 17:08:42 +02:00
parent 21991b6cf8
commit 1b991f99a3
2 changed files with 81 additions and 0 deletions

View File

@@ -75,6 +75,12 @@ spec:
name: cameleer-auth
key: CAMELEER_JWT_SECRET
optional: true
- name: CLICKHOUSE_ENABLED
value: "true"
- name: CLICKHOUSE_URL
value: "jdbc:clickhouse://clickhouse.cameleer.svc.cluster.local:8123/cameleer?async_insert=1&wait_for_async_insert=0"
- name: CAMELEER_STORAGE_METRICS
value: "postgres"
resources:
requests: