Skip to content

Commit 11a34aa

Browse files
committed
switch comet to vpnproxy
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
1 parent 16e4248 commit 11a34aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/myprecious/templates/configmaps/configmap-comet-env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ data:
1616
COMET_URL: http://elfhosted-internal.comet
1717
REMOVE_ADULT_CONTENT: "true"
1818
DOWNLOAD_TORRENTS: "false"
19+
DEBRID_PROXY_URL: http://vpnproxy:8888
1920
{{ if .Values.stremthru.enabled }}
2021
STREMTHRU_URL: http://stremthru:8080
2122
{{ else }}

charts/myprecious/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13300,7 +13300,7 @@ comet:
1330013300
securityContext: *speedtest_securitycontext
1330113301
addons:
1330213302
vpn:
13303-
enabled: true # in case we ever need it
13303+
enabled: false # in case we ever need it
1330413304
gluetun:
1330513305
image:
1330613306
repository: ghcr.io/elfhosted/gluetun

0 commit comments

Comments
 (0)