-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-vpn-pia.yaml
More file actions
110 lines (91 loc) · 1.88 KB
/
values-vpn-pia.yaml
File metadata and controls
110 lines (91 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Example values for Radarr with Private Internet Access (PIA) VPN
# Copy this file and update the credentials before use
global:
timezone: "Europe/London"
radarr:
enabled: true
env:
TZ: "Europe/London"
PUID: 1000
PGID: 1000
service:
type: ClusterIP
port: 7878
persistence:
config:
enabled: true
size: 2Gi
storageClass: ""
downloads:
enabled: true
size: 100Gi
storageClass: ""
movies:
enabled: true
size: 2Ti
storageClass: ""
data:
enabled: true
size: 100Gi
storageClass: ""
ingress:
enabled: false
homepage:
enabled: true
group: "Media"
name: "Radarr"
description: "Movie Manager"
widget:
type: "radarr"
url: "http://radarr:7878"
key: "" # Set your API key here
resources:
limits:
cpu: 1000m
memory: 1Gi
requests:
cpu: 100m
memory: 256Mi
# Enable Gluetun VPN with PIA
gluetun:
enabled: true
image:
repository: ghcr.io/qdm12/gluetun
tag: latest
env:
TZ: "Europe/London"
HTTPPROXY: "on"
SHADOWSOCKS: "on"
FIREWALL_OUTBOUND_SUBNETS: "192.168.0.0/16,10.0.0.0/8,172.16.0.0/12"
VPN_PORT_FORWARDING: "on"
UPDATER_PERIOD: "24h"
vpn:
pia:
enabled: true
serviceProvider: "private internet access"
username: "YOUR_PIA_USERNAME" # Replace with your PIA username
password: "YOUR_PIA_PASSWORD" # Replace with your PIA password
serverRegions: "UK London"
nordvpn:
enabled: false
mullvad:
enabled: false
persistence:
enabled: true
size: 1Gi
storageClass: ""
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
# Security and networking
serviceAccount:
create: true
networkPolicy:
enabled: false
pod:
securityContext:
fsGroup: 1000