media: add lowercase proxy env for nzbget
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user