From 1a13988981fc01ed8c1d1ae9b36fe7ca8ad904bd Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 26 Aug 2025 11:09:38 +0200 Subject: [PATCH] Access without port-forward --- everything-app/coroot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/everything-app/coroot.yaml b/everything-app/coroot.yaml index e73f7c1..c131565 100644 --- a/everything-app/coroot.yaml +++ b/everything-app/coroot.yaml @@ -32,3 +32,5 @@ spec: clickhouse: shards: 1 replicas: 1 + service: + type: LoadBalancer