feat: add gluetun deployment, service, and configmap configurations
This commit is contained in:
13
cluster/apps/gluetun/gluetun-configmap.yml
Normal file
13
cluster/apps/gluetun/gluetun-configmap.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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"
|
||||
Reference in New Issue
Block a user