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: