From 8292c3a9928ab4e6b312f767d656c76819cd59ae Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 14 Dec 2023 08:58:08 +0100 Subject: [PATCH] apps(stackgres): Expose HTTP port --- apps/stackgres/app/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/stackgres/app/release.yaml b/apps/stackgres/app/release.yaml index e9101ab..89295e0 100644 --- a/apps/stackgres/app/release.yaml +++ b/apps/stackgres/app/release.yaml @@ -20,3 +20,4 @@ spec: adminui: service: type: ClusterIP + exposeHTTP: true