diff --git a/wg-easy/deployment.yaml b/wg-easy/deployment.yaml index 460e28a..3a93f56 100644 --- a/wg-easy/deployment.yaml +++ b/wg-easy/deployment.yaml @@ -12,6 +12,12 @@ spec: labels: app: wg-easy spec: + securityContext: + sysctls: + - name: net.ipv4.ip_forward + value: "1" + - name: net.ipv4.conf.all.src_valid_mark + value: "1" containers: - name: wg-easy image: ghcr.io/wg-easy/wg-easy