Add Gluetun ConfigMap and OpenVPN SealedSecret for VPN configuration

This commit is contained in:
2025-10-15 04:12:34 +05:30
parent e6b12f625b
commit d8baec7251
2 changed files with 27 additions and 0 deletions

View 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"