forked from k-space/kube
wildduck: Use upstream image for Wildduck webmail
This commit is contained in:
parent
c338ca3bed
commit
66f2a9ada0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user