From c6c6932e6bacab7d60eef0a7e5ea42b1cf8ba848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 11 Sep 2025 15:52:02 +0200 Subject: [PATCH] fix: Change hostname --- values/umami/values/values-prod.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/values/umami/values/values-prod.yaml b/values/umami/values/values-prod.yaml index 80f2aa9b..1c538dbf 100644 --- a/values/umami/values/values-prod.yaml +++ b/values/umami/values/values-prod.yaml @@ -103,7 +103,7 @@ umami: # -- This will redirect all requests from http to https in the Umami application. Note, this does not apply to the tracking script. forceSSL: "1" # -- hostname under which Umami will be reached - hostname: "umami.srv.oceanbox.io" + hostname: "0.0.0.0" # -- This will do a DNS lookup on a hostname and the resulting IP address will be ignored. This can be a comma delimited list of hostnames. ignoreHostname: "" # -- You can provide a comma-delimited list of IP address to exclude from data collection. @@ -123,7 +123,6 @@ umami: postgresql: enabled: false - mysql: enabled: false