Add Gluetun ConfigMap and OpenVPN SealedSecret for VPN configuration
This commit is contained in:
12
clusters/default/arr-stack/gluetun-configmap.yml
Normal file
12
clusters/default/arr-stack/gluetun-configmap.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: gluetun-config
|
||||
namespace: arr-stack
|
||||
data:
|
||||
VPN_SERVICE_PROVIDER: "surfshark"
|
||||
SERVER_COUNTRIES: "Netherlands"
|
||||
HTTPPROXY: "ON"
|
||||
FIREWALL_OUTBOUND_SUBNETS: "192.168.1.0/24,10.42.0.0/16,10.43.0.0/16"
|
||||
DNS_ADDRESS: "8.8.8.8"
|
||||
Reference in New Issue
Block a user