fix: replace gluetun vpn with tinyproxy to resolve crashloop and add nodeName constraint to musicseerr deployment
This commit is contained in:
parent
be41eff81f
commit
d4bea26690
|
|
@ -15,20 +15,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: gluetun
|
||||
image: qmcgaw/gluetun:latest
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
env:
|
||||
- name: VPN_SERVICE_PROVIDER
|
||||
value: "custom"
|
||||
- name: VPN_TYPE
|
||||
value: "wireguard"
|
||||
- name: HTTPPROXY
|
||||
value: "on"
|
||||
- name: HTTPPROXY_LOG
|
||||
value: "off"
|
||||
image: dannydirect/tinyproxy:latest
|
||||
ports:
|
||||
- name: proxy
|
||||
containerPort: 8888
|
||||
|
|
@ -61,6 +48,7 @@ spec:
|
|||
labels:
|
||||
app: musicseerr
|
||||
spec:
|
||||
nodeName: vmi2853337
|
||||
containers:
|
||||
- name: musicseerr
|
||||
image: frankchine/geocrop-musicseerr:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue