From 26ffcf8b46fff22e947ea48e85ff93baa60269f3 Mon Sep 17 00:00:00 2001 From: Marijan <77665447+mc2eqe@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:53:16 +0200 Subject: [PATCH 1/2] Update service.yaml --- charts/universal-helm/templates/service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/universal-helm/templates/service.yaml b/charts/universal-helm/templates/service.yaml index 2b916c8..00d2f50 100644 --- a/charts/universal-helm/templates/service.yaml +++ b/charts/universal-helm/templates/service.yaml @@ -9,7 +9,6 @@ metadata: spec: selector: statefulsetname: {{ $sts.name }} - publishNotReadyAddresses: true ports: #! Headless service's port doesn't matter coz you addressing pod directly - port: 12345 From d1b9ee9887b28d043f8c7f62ac0784ee5a4a2f62 Mon Sep 17 00:00:00 2001 From: Marijan <77665447+mc2eqe@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:53:53 +0200 Subject: [PATCH 2/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 c848165..a58391b 100644 --- a/charts/universal-helm/Chart.yaml +++ b/charts/universal-helm/Chart.yaml @@ -11,4 +11,4 @@ maintainers: type: application -version: 0.6.12 +version: 0.6.13