From 7e0e8498d5c4fd821846055d021c5d95be2525b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 11 Sep 2025 10:50:30 +0200 Subject: [PATCH] fix: Disable netpol --- values/matomo/values/values-prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values/matomo/values/values-prod.yaml b/values/matomo/values/values-prod.yaml index 2de025fc..f74c5b0b 100644 --- a/values/matomo/values/values-prod.yaml +++ b/values/matomo/values/values-prod.yaml @@ -661,9 +661,9 @@ externalDatabase: host: "matomo-mariadb" port: 3306 user: bn_matomo - password: "mylove" + password: "" database: bitnami_matomo - existingSecret: "" + existingSecret: "matomo-mariadb" ## @section Volume Permissions parameters ## @@ -838,7 +838,7 @@ certificates: networkPolicy: ## @param networkPolicy.enabled Specifies whether a NetworkPolicy should be created ## - enabled: true + enabled: false ## @param networkPolicy.allowExternal Don't require server label for connections ## The Policy model to apply. When set to false, only pods with the correct ## server label will have network access to the ports server is listening