18 lines
453 B
YAML
18 lines
453 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: transmission-with-vpn-gluetun
|
|
namespace: plex-and-tools
|
|
labels:
|
|
app: transmission-with-vpn
|
|
data:
|
|
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
|
|
|
|
### cyberghost ###
|
|
# https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/cyberghost.md
|
|
VPN_SERVICE_PROVIDER: 'cyberghost'
|
|
OPENVPN_USER: 'example'
|
|
OPENVPN_PASSWORD: 'example'
|
|
SERVER_COUNTRIES: 'Germany'
|