From 09fa3b65a9e363d7e142c58e7401029653d0421a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 13 Feb 2026 12:51:26 -0600 Subject: [PATCH] feat: add clickhouse config --- clusters/cl01tl/helm/rybbit/values.yaml | 64 +++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/clusters/cl01tl/helm/rybbit/values.yaml b/clusters/cl01tl/helm/rybbit/values.yaml index e11b1e455..4a68e6463 100644 --- a/clusters/cl01tl/helm/rybbit/values.yaml +++ b/clusters/cl01tl/helm/rybbit/values.yaml @@ -159,6 +159,47 @@ rybbit: requests: cpu: 10m memory: 256Mi + configMaps: + config: + enabled: true + data: + network.xml: | + + 0.0.0.0 + + enable_json.xml: | + + + 1 + + + logging_rules.xml: | + + + warning + true + + + + + + + + + + + + + user_logging.xml: | + + + + 0 + 0 + 0 + + + service: backend: controller: backend @@ -193,6 +234,29 @@ rybbit: main: - path: /var/lib/clickhouse readOnly: false + clickhouse-config: + enabled: true + type: configMap + name: clickhouse-config + advancedMounts: + main: + main: + - path: /etc/clickhouse-server/config.d/network.xml + readOnly: true + mountPropagation: None + subPath: network.xml + - path: /etc/clickhouse-server/config.d/enable_json.xml + readOnly: true + mountPropagation: None + subPath: enable_json.xml + - path: /etc/clickhouse-server/config.d/logging_rules.xml + readOnly: true + mountPropagation: None + subPath: logging_rules.xml + - path: /etc/clickhouse-server/config.d/user_logging.xml + readOnly: true + mountPropagation: None + subPath: user_logging.xml postgres-18-cluster: mode: standalone recovery: