wildduck: Use upstream image for Wildduck webmail

This commit is contained in:
Lauri Võsandi 2023-08-04 18:06:57 +03:00
parent c338ca3bed
commit 66f2a9ada0
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ spec:
spec: spec:
containers: containers:
- name: webmail - name: webmail
image: harbor.k-space.ee/k-space/wildduck-webmail:latest image: nodemailer/wildduck-webmail:latest
command: command:
- node - node
- server.js - server.js
@ -114,7 +114,7 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 port: 80
targetPort: 5000 targetPort: 3000
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress