From d48262ab35ef2d47e89ccd474ca5ec07a9fcd27a Mon Sep 17 00:00:00 2001 From: Marijan <77665447+mc2eqe@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:18:06 +0200 Subject: [PATCH 1/2] Update Chart.yaml --- charts/universal-helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/universal-helm/Chart.yaml b/charts/universal-helm/Chart.yaml index ec7bc7b..c848165 100644 --- a/charts/universal-helm/Chart.yaml +++ b/charts/universal-helm/Chart.yaml @@ -11,4 +11,4 @@ maintainers: type: application -version: 0.6.11 +version: 0.6.12 From aaaa4f49e809751023b7a2d8e8f81ec19d700b3d Mon Sep 17 00:00:00 2001 From: Marijan <77665447+mc2eqe@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:06:21 +0200 Subject: [PATCH 2/2] Update service.yaml --- charts/universal-helm/templates/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/universal-helm/templates/service.yaml b/charts/universal-helm/templates/service.yaml index 00d2f50..2b916c8 100644 --- a/charts/universal-helm/templates/service.yaml +++ b/charts/universal-helm/templates/service.yaml @@ -9,6 +9,7 @@ metadata: spec: selector: statefulsetname: {{ $sts.name }} + publishNotReadyAddresses: true ports: #! Headless service's port doesn't matter coz you addressing pod directly - port: 12345