From dd7cd2fa91334390d47f9434ba020718369a4049 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 12 Mar 2025 13:47:07 +0100 Subject: [PATCH] alloy.uiPathPrefix: "/alloy" added --- template/stacks/monitoring/alloy/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index 411863c..df9f147 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -1,4 +1,6 @@ alloy: create: false name: alloy-config - key: config.alloy \ No newline at end of file + key: config.alloy + + uiPathPrefix: "/alloy" \ No newline at end of file