2022-06-29 10:18:48 +00:00
|
|
|
image:
|
2022-07-02 11:27:00 +00:00
|
|
|
repository: tccr.io/truecharts/wg-easy
|
2022-06-29 10:18:48 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-07-25 18:36:51 +00:00
|
|
|
tag: latest@sha256:5cc96ad86c87fb2ebc7dab65fc5b190ff0dcce370d0b9afa4aa4b5b2580a5000
|
2022-06-29 10:18:48 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
capabilities:
|
|
|
|
add:
|
2022-07-22 18:23:01 +00:00
|
|
|
- NET_ADMIN
|
|
|
|
- SYS_MODULE
|
2022-06-29 10:18:48 +00:00
|
|
|
|
|
|
|
security:
|
|
|
|
PUID: 0
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
secretEnv:
|
|
|
|
PASSWORD: "secretpass"
|
|
|
|
|
|
|
|
env:
|
2022-07-02 11:27:00 +00:00
|
|
|
WG_HOST: "localhost"
|
|
|
|
WG_MTU: 1420
|
|
|
|
WG_PERSISTENT_KEEPALIVE: 0
|
|
|
|
WG_DEFAULT_ADDRESS: "10.8.0.x"
|
|
|
|
WG_DEFAULT_DNS: "1.1.1.1"
|
|
|
|
WG_ALLOWED_IPS: "0.0.0.0/0, ::/0"
|
2022-06-29 10:18:48 +00:00
|
|
|
|
|
|
|
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"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|