1234567891011121314151617181920212223242526 |
- image:
- pullPolicy: IfNotPresent
- repository: weejewel/wg-easy
- tag: "7"
- appVolumeMounts:
- config:
- emptyDir: true
- mountPath: /etc/wireguard
- dnsConfig:
- options: []
- emptyDirVolumes: true
- environmentVariables: []
- extraAppVolumeMounts: []
- hostNetwork: true
- wgUDPPort: 30290
- webUIPort: 30921
- wgeasy:
- host: wg.domain.com
- password: secret
- client_mtu: 1420
- keep_alive: 5
- client_address_range: 10.10.0.x
- client_dns_server: "8.8.8.8"
- allowed_ips:
- - 10.10.10.0/24
- - 10.10.12.0/24
|