From 135f6e1a5c0436ce50ada298a31028dbcb79eb9b Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 26 Aug 2025 15:37:56 +0200 Subject: [PATCH] Storage class has to be everywhere. useful default --- everything-app/coroot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/everything-app/coroot.yaml b/everything-app/coroot.yaml index 9c6d368..1689719 100644 --- a/everything-app/coroot.yaml +++ b/everything-app/coroot.yaml @@ -32,7 +32,14 @@ spec: clickhouse: shards: 1 replicas: 1 + storage: + className: longhorn-fast + keeper: + replicas: 1 service: type: LoadBalancer storage: className: longhorn-fast + prometheus: + storage: + className: longhorn-fast