From c99c8de211a776e5a93531abec1ccf4fae50bdfa Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 10 Mar 2022 01:40:17 +0200 Subject: [PATCH] fix(matomo): enable secondary ports (#2120) --- charts/incubator/matomo/Chart.yaml | 2 +- charts/incubator/matomo/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/incubator/matomo/Chart.yaml b/charts/incubator/matomo/Chart.yaml index 3a783eafe65..52f254ac637 100644 --- a/charts/incubator/matomo/Chart.yaml +++ b/charts/incubator/matomo/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/_/matomo - https://github.com/matomo-org/docker - https://github.com/matomo-org/matomo -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/matomo/values.yaml b/charts/incubator/matomo/values.yaml index 5730496eaa0..2fecb968af8 100644 --- a/charts/incubator/matomo/values.yaml +++ b/charts/incubator/matomo/values.yaml @@ -68,8 +68,10 @@ service: port: 10172 targetPort: 10172 https: + enabled: true ports: https: + enabled: true protocol: HTTPS port: 10173 targetPort: 10173