From ef3e31bd3c5f211a57d2fd93ec6686be91d38036 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Thu, 12 Oct 2023 14:17:38 +0200 Subject: [PATCH] Forgot one svc --- kustomize/dovecot-svc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/dovecot-svc.yaml b/kustomize/dovecot-svc.yaml index bad7912..1890d9e 100644 --- a/kustomize/dovecot-svc.yaml +++ b/kustomize/dovecot-svc.yaml @@ -13,4 +13,4 @@ spec: selector: app: dovecot tier: imap - type: NodePort \ No newline at end of file + type: LoadBalancer \ No newline at end of file