mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-13 08:14:32 +07:00
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
|