From c87694e5ce1a813848c1f01888650761aefe7a52 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sat, 17 Jan 2026 12:36:30 +0100 Subject: [PATCH] media: add lowercase proxy env for nzbget --- custom_helm_charts/nzbget/values.yaml | 4 ++++ helm-values/nzbget_values.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/custom_helm_charts/nzbget/values.yaml b/custom_helm_charts/nzbget/values.yaml index 22d600a..d4f5d9d 100644 --- a/custom_helm_charts/nzbget/values.yaml +++ b/custom_helm_charts/nzbget/values.yaml @@ -14,8 +14,12 @@ env: value: "Europe/Amsterdam" - name: HTTP_PROXY value: "http://gluetun.default.svc.cluster.local:8888" + - name: http_proxy + value: "http://gluetun.default.svc.cluster.local:8888" - name: HTTPS_PROXY value: "http://gluetun.default.svc.cluster.local:8888" + - name: https_proxy + value: "http://gluetun.default.svc.cluster.local:8888" - name: NO_PROXY value: "localhost,127.0.0.1,.svc,.cluster.local" diff --git a/helm-values/nzbget_values.yaml b/helm-values/nzbget_values.yaml index b076d70..2b23e85 100644 --- a/helm-values/nzbget_values.yaml +++ b/helm-values/nzbget_values.yaml @@ -14,8 +14,12 @@ env: value: "Europe/Amsterdam" - name: HTTP_PROXY value: "http://gluetun.default.svc.cluster.local:8888" + - name: http_proxy + value: "http://gluetun.default.svc.cluster.local:8888" - name: HTTPS_PROXY value: "http://gluetun.default.svc.cluster.local:8888" + - name: https_proxy + value: "http://gluetun.default.svc.cluster.local:8888" - name: NO_PROXY value: "localhost,127.0.0.1,.svc,.cluster.local"