From 21abb30de279c4dc8d183b02bb3b487b630fa362 Mon Sep 17 00:00:00 2001 From: ganga2166 Date: Thu, 4 Jul 2024 16:42:59 +0530 Subject: [PATCH] update dega server service template --- charts/dega/Chart.yaml | 2 +- charts/dega/templates/server/service.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/dega/Chart.yaml b/charts/dega/Chart.yaml index 986f1b6..6762d0f 100644 --- a/charts/dega/Chart.yaml +++ b/charts/dega/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.11.10 +version: 0.11.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/dega/templates/server/service.yaml b/charts/dega/templates/server/service.yaml index c50241b..224ba3d 100644 --- a/charts/dega/templates/server/service.yaml +++ b/charts/dega/templates/server/service.yaml @@ -28,4 +28,8 @@ spec: - port: 8002 targetPort: 8002 protocol: TCP - name: feeds \ No newline at end of file + name: feeds + - port: 8004 + targetPort: 8004 + protocol: TCP + name: public \ No newline at end of file