mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-13 00:04:46 +07:00
0d556a6df1
Secondary VPN in addition to ZeroTier/Tailscale
33 lines
674 B
YAML
33 lines
674 B
YAML
app-template:
|
|
controllers:
|
|
wireguard:
|
|
containers:
|
|
app:
|
|
image:
|
|
repository: lscr.io/linuxserver/wireguard
|
|
tag: latest
|
|
env:
|
|
LOG_CONFS: false
|
|
PEERS: |
|
|
KDDesktop
|
|
KDLaptop
|
|
KDPhone
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
service:
|
|
wireguard:
|
|
controller: wireguard
|
|
type: LoadBalancer
|
|
ports:
|
|
http:
|
|
port: 51820
|
|
protocol: UDP
|
|
persistence:
|
|
data:
|
|
accessMode: ReadWriteOnce
|
|
size: 10Mi
|
|
globalMounts:
|
|
- path: /config
|