This commit is contained in:
2025-08-25 19:20:19 +02:00
commit c271b3b2b3
10 changed files with 348 additions and 0 deletions

22
helm/values.yaml Normal file
View File

@@ -0,0 +1,22 @@
replicaCount: 1
image:
repository: ghcr.io/wg-easy/wg-easy
tag: "15.1"
pullPolicy: IfNotPresent
service:
type: LoadBalancer
httpPort: 80
wgPort: 51820
loadBalancerIP: "10.0.3.15" # Set to a MetalLB-assigned IP, e.g. 192.168.1.240
persistence:
enabled: true
size: 1Gi
# storageClass: ""
env:
INSECURE: true