From 7ed41809f55055fa58138abf9e675ce882b1fad0 Mon Sep 17 00:00:00 2001 From: pida123 Date: Fri, 4 Aug 2023 11:19:32 +0200 Subject: [PATCH] fix target port --- devops/templates/lecoffre-front.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/templates/lecoffre-front.yaml b/devops/templates/lecoffre-front.yaml index 76e79857..4479a457 100644 --- a/devops/templates/lecoffre-front.yaml +++ b/devops/templates/lecoffre-front.yaml @@ -32,7 +32,7 @@ spec: ports: - port: 80 name: http - targetPort: 3001 + targetPort: 3000 selector: app: lecoffre-front ---