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