working wg-easy

This commit is contained in:
Chris Richardson
2025-02-07 13:59:33 -05:00
parent ac5cedef2a
commit d1a3ea125d
3 changed files with 3 additions and 6 deletions
-2
View File
@@ -23,8 +23,6 @@ spec:
env:
- name: WG_HOST
value: v.lilpenguins.com
- name: WG_PORT
value: "30000"
image: ghcr.io/wg-easy/wg-easy
imagePullPolicy: IfNotPresent
ports:
+2 -3
View File
@@ -6,10 +6,9 @@ metadata:
spec:
ports:
- name: wg
port: 30000
nodePort: 30000
port: 51820
protocol: UDP
targetPort: wg
targetPort: 51820
selector:
app.kubernetes.io/name: wg-easy
sessionAffinity: None
+1 -1
View File
@@ -9,5 +9,5 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 256Mi
storage: 1Gi