update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user