From 5e47345cae93ecf3710c14d2b59173c91f37a5f4 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 9 Sep 2024 15:16:14 +0200
Subject: [PATCH] OZG-6665 Expose management port in service

---
 src/main/helm/templates/service.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/helm/templates/service.yaml b/src/main/helm/templates/service.yaml
index dd175e4b..9f92dffa 100644
--- a/src/main/helm/templates/service.yaml
+++ b/src/main/helm/templates/service.yaml
@@ -39,6 +39,9 @@ spec:
     - name: http
       port: 8080
       protocol: TCP
+    - name: management
+      port: 9002
+      protocol: TCP
   selector:
     {{- include "app.matchLabels" . | indent 4 }}
     component: user-manager
-- 
GitLab