46 lines
717 B
YAML
46 lines
717 B
YAML
image:
|
|
repository: weejewel/wg-easy
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:ea65f283dfeb62628ce942ce38974f9db05177aa27ab69b787115b78591552f3
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
capabilities:
|
|
add:
|
|
- NET_ADMIN
|
|
- SYS_MODULE
|
|
|
|
security:
|
|
PUID: 0
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
PASSWORD: "secretpass"
|
|
|
|
env:
|
|
WG_HOST: "hostname"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 51821
|
|
port: 51821
|
|
vpn:
|
|
enabled: true
|
|
ports:
|
|
vpn:
|
|
enabled: true
|
|
protocol: UDP
|
|
port: 51820
|
|
targetPort: 51820
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/etc/wireguard"
|