test
This commit is contained in:
22
helm/values.yaml
Normal file
22
helm/values.yaml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user