Files
public-k3s/cluster/apps/gluetun/gluetun-configmap.yml

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"