Skip to content

Commit

Permalink
fix: test nordvpn config
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Jun 4, 2024
1 parent 6963462 commit e354a20
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions kubernetes/apps/media/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ spec:
strategy: rollback
retries: 3
values:
defaultPodOptions:
dnsPolicy: "None"
dnsConfig:
nameservers:
- 192.168.0.8
options:
- name: ndots
value: "2"
controllers:
qbittorrent:
pod:
Expand Down Expand Up @@ -73,12 +81,14 @@ spec:
repository: ghcr.io/qdm12/gluetun
tag: v3.38.0
env:
DOT: "off"
DNS_ADDRESS: 1.1.1.1
FIREWALL_INPUT_PORTS: 8080
FIREWALL_OUTBOUND_SUBNETS: 10.96.0.0/16,10.69.0.0/16 # Allow access to k8s subnets
FIREWALL_OUTBOUND_SUBNETS: 10.69.0.0/16
SERVER_CATEGORIES: P2P
SERVER_COUNTRIES: Sweden
VPN_SERVICE_PROVIDER: nordvpn
VPN_TYPE: wireguard
VPN_TYPE: openvpn
envFrom:
- secretRef:
name: qbittorrent-secret
Expand Down

0 comments on commit e354a20

Please sign in to comment.