From 341c3b9107b17f463220d98fe3ae89c61536758e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 11 Sep 2025 15:34:04 +0200 Subject: [PATCH] fix: Add hostname --- values/umami/values/values-prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/umami/values/values-prod.yaml b/values/umami/values/values-prod.yaml index caf145f4..ceeef6e1 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: "0.0.0.0" + hostname: "umami.srv.oceanbox.io" # -- 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.