From b94636b8833090f3c45bcb5c1f6132871d86ea94 Mon Sep 17 00:00:00 2001 From: Michael Wyraz Date: Thu, 3 Oct 2019 20:19:05 +0200 Subject: [PATCH] Add port 80 to front container and service --- docs/kubernetes/mailu/front.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/kubernetes/mailu/front.yaml b/docs/kubernetes/mailu/front.yaml index f3c41f37..a1d5acb2 100644 --- a/docs/kubernetes/mailu/front.yaml +++ b/docs/kubernetes/mailu/front.yaml @@ -81,6 +81,9 @@ spec: - name: auth containerPort: 8000 protocol: TCP + - name: http + containerPort: 80 + protocol: TCP resources: requests: memory: 100Mi @@ -140,3 +143,6 @@ spec: - name: imap-auth port: 10143 protocol: TCP + - name: http + port: 80 + protocol: TCP