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"