From 66f2a9ada096140b999647387440126e384978d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Fri, 4 Aug 2023 18:06:57 +0300 Subject: [PATCH] wildduck: Use upstream image for Wildduck webmail --- wildduck/webmail.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wildduck/webmail.yaml b/wildduck/webmail.yaml index 7aa21d5..7bc40ef 100644 --- a/wildduck/webmail.yaml +++ b/wildduck/webmail.yaml @@ -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