This commit is contained in:
Chris Richardson
2025-02-25 09:00:57 -05:00
parent d1a3ea125d
commit 5ced4d798a
4 changed files with 11 additions and 4 deletions

View File

@@ -29,8 +29,10 @@ spec:
ports:
- containerPort: 5101
protocol: TCP
name: server
- containerPort: 3000
protocol: TCP
name: web
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File

View File

@@ -7,10 +7,10 @@ spec:
ports:
- port: 5101
targetPort: 5101
name: client
name: server
- port: 3000
targetPort: 3000
name: http
name: web
selector:
app: retrom
sessionAffinity: None

View File

@@ -23,6 +23,10 @@ spec:
env:
- name: WG_HOST
value: v.lilpenguins.com
- name: PASSWORD_HASH
value: '$2a$12$itaZHmItlUr5pcepxSTcNOQ9J4XLQPGkac36pdQox2gOdYmv2JdUq'
- name: WG_MTU
value: "1320"
image: ghcr.io/wg-easy/wg-easy
imagePullPolicy: IfNotPresent
ports:

View File

@@ -2,11 +2,12 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencryptcertmanager # Or your certificate issuer
acme.cert-manager.io/http01-edit-in-place: "true"
cert-manager.io/issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
name: wg-easy
namespace: wg-easy
spec:
ingressClassName: nginx
rules:
- host: v.lilpenguins.com
http: