From a8abfb60b9e441ce833e0ba484251665e4e4867c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 28 Feb 2022 23:36:59 +0200 Subject: [PATCH] fix(grist): enable secondary ports (#1989) * fix(grist): enabled secondary ports * bump --- charts/incubator/grist/Chart.yaml | 2 +- charts/incubator/grist/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/incubator/grist/Chart.yaml b/charts/incubator/grist/Chart.yaml index ab17e25831d..9cac088b5be 100644 --- a/charts/incubator/grist/Chart.yaml +++ b/charts/incubator/grist/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://hub.docker.com/r/gristlabs/grist - https://github.com/gristlabs/grist-core - https://support.getgrist.com/ -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/grist/values.yaml b/charts/incubator/grist/values.yaml index 19c6567817f..a6301ecdc24 100644 --- a/charts/incubator/grist/values.yaml +++ b/charts/incubator/grist/values.yaml @@ -30,8 +30,10 @@ service: port: 10163 targetPort: 10163 api: + enabled: true ports: api: + enabled: true port: 10164 targetPort: 10164