Skip to content

Commit

Permalink
Bump wg-easy and add ip_forward to pid sysctl
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sanders committed Dec 27, 2023
1 parent d7fd18e commit dad83ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/wg-easy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: wg-easy
version: 0.0.1
version: 0.0.2
description: Simple wireguard with web configuration management
dependencies:
- name: replicated-library
Expand Down
6 changes: 5 additions & 1 deletion charts/wg-easy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ apps:
enabled: true
type: deployment
replicas: 1
securityContext:
sysctls:
- name: net.ipv4.ip_forward
value: "1"
containers:
wg-container:
image:
repository: weejewel/wg-easy
tag: 7.0
tag: 9.0
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit dad83ce

Please sign in to comment.