From 87aa73dbe0ab71347985d06b87ab461af3e7111b Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 5 May 2026 07:54:55 +0300 Subject: [PATCH] Add missing targetPort fields to brand-master services --- manifests/brand-master/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/brand-master/values.yaml b/manifests/brand-master/values.yaml index 90a0e9b..df741a9 100644 --- a/manifests/brand-master/values.yaml +++ b/manifests/brand-master/values.yaml @@ -35,6 +35,7 @@ backend: service: type: ClusterIP port: 8000 + targetPort: 8000 healthCheck: path: /health initialDelaySeconds: 10 @@ -74,6 +75,7 @@ frontend: service: type: ClusterIP port: 80 + targetPort: 80 healthCheck: path: / initialDelaySeconds: 5