From 6a3b026c87a93c6a3f70e4ee3dc7074fb6d5f494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 30 Sep 2022 10:25:19 +0200 Subject: [PATCH] Avoid duplicate port names In case that is the reason ingresses are slow to react. Not sure at all. --- src/runboat/kubefiles/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runboat/kubefiles/deployment.yaml b/src/runboat/kubefiles/deployment.yaml index 7067550..f125d84 100644 --- a/src/runboat/kubefiles/deployment.yaml +++ b/src/runboat/kubefiles/deployment.yaml @@ -70,7 +70,7 @@ spec: ports: - name: smtp containerPort: 1025 - - name: web + - name: mailhog-web containerPort: 8025 readinessProbe: tcpSocket: