From 226b3d73646ade13d7bccb87237d95140c35edea Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 9 Apr 2026 20:26:04 -0500 Subject: [PATCH] feat: change port --- clusters/cl01tl/helm/bazarr/values.yaml | 2 +- clusters/cl01tl/helm/prowlarr/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/bazarr/values.yaml b/clusters/cl01tl/helm/bazarr/values.yaml index eeb0b5add..17541afd8 100644 --- a/clusters/cl01tl/helm/bazarr/values.yaml +++ b/clusters/cl01tl/helm/bazarr/values.yaml @@ -35,7 +35,7 @@ bazarr: args: ["bazarr"] env: - name: URL - value: http://localhost + value: http://localhost:6767 - name: PORT value: 9792 - name: APIKEY diff --git a/clusters/cl01tl/helm/prowlarr/values.yaml b/clusters/cl01tl/helm/prowlarr/values.yaml index 1dabea824..2f7cc80db 100644 --- a/clusters/cl01tl/helm/prowlarr/values.yaml +++ b/clusters/cl01tl/helm/prowlarr/values.yaml @@ -27,7 +27,7 @@ prowlarr: args: ["prowlarr"] env: - name: URL - value: http://localhost + value: http://localhost:9696 - name: PORT value: 9792 - name: APIKEY