14 lines
345 B
YAML
14 lines
345 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: gluetun-config
|
|
namespace: default
|
|
data:
|
|
VPN_SERVICE_PROVIDER: "surfshark"
|
|
SERVER_COUNTRIES: "Netherlands"
|
|
HTTPPROXY: "ON"
|
|
FIREWALL_INPUT_PORTS: "8080,7878,8989,8191,5055,6881"
|
|
FIREWALL_VPN_INPUT_PORTS: "8080,7878,8989,8191,5055,6881"
|
|
FIREWALL_OUTBOUND_SUBNETS: "192.168.1.0/24"
|