From 2b589a93b25efc6436f62483a2affb7ca1145ac5 Mon Sep 17 00:00:00 2001 From: liquidrinu Date: Thu, 22 May 2025 14:54:24 +0200 Subject: [PATCH] fix: add port values for backend and frontend in prod values template --- chart/values.prod.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chart/values.prod.template.yaml b/chart/values.prod.template.yaml index 251f679..2c6b778 100644 --- a/chart/values.prod.template.yaml +++ b/chart/values.prod.template.yaml @@ -18,6 +18,7 @@ global: backend: image: registry.liquidrinu.com/fusero-backend:latest + port: 14000 resources: requests: cpu: "200m" @@ -42,6 +43,7 @@ backend: frontend: image: registry.liquidrinu.com/fusero-frontend:latest + port: 80 resources: requests: cpu: "100m"