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: ports:
- containerPort: 5101 - containerPort: 5101
protocol: TCP protocol: TCP
name: server
- containerPort: 3000 - containerPort: 3000
protocol: TCP protocol: TCP
name: web
resources: {} resources: {}
terminationMessagePath: /dev/termination-log terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File terminationMessagePolicy: File

View File

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

View File

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

View File

@@ -2,11 +2,12 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
annotations: 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 name: wg-easy
namespace: wg-easy namespace: wg-easy
spec: spec:
ingressClassName: nginx
rules: rules:
- host: v.lilpenguins.com - host: v.lilpenguins.com
http: http: