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