From 5aad73c3e9f5f0e8751225755c03825bdc5ccf6a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Feb 2026 18:51:42 -0600 Subject: [PATCH] fix: incorrect port on gluetun --- clusters/cl01tl/helm/music-grabber/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/music-grabber/values.yaml b/clusters/cl01tl/helm/music-grabber/values.yaml index 46b943ead..468f1f641 100644 --- a/clusters/cl01tl/helm/music-grabber/values.yaml +++ b/clusters/cl01tl/helm/music-grabber/values.yaml @@ -80,7 +80,7 @@ music-grabber: - name: FIREWALL_OUTBOUND_SUBNETS value: 10.0.0.0/8 - name: FIREWALL_INPUT_PORTS - value: 5183 + value: 8080 - name: DNS_UPSTREAM_RESOLVER_TYPE value: dot securityContext: