This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new cd251fb  Set FQDN to cluster domain instead of hard coded 
cluster.local (#680)
cd251fb is described below

commit cd251fb90ad8da7c99acdead2810745d8e973d11
Author: samkes <[email protected]>
AuthorDate: Mon May 4 12:20:52 2026 +0200

    Set FQDN to cluster domain instead of hard coded cluster.local (#680)
---
 charts/pulsar/templates/_oxia.tpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/pulsar/templates/_oxia.tpl 
b/charts/pulsar/templates/_oxia.tpl
index 202feb4..9deb558 100644
--- a/charts/pulsar/templates/_oxia.tpl
+++ b/charts/pulsar/templates/_oxia.tpl
@@ -90,7 +90,8 @@ namespaces:
 servers:
   {{- $servicename := printf "%s-%s-svc" (include "pulsar.fullname" .) 
.Values.oxia.component }}
   {{- $publicservicename := printf "%s-%s" (include "pulsar.fullname" .) 
.Values.oxia.component }}
-  {{- $fqdnSuffix := printf "%s.svc.cluster.local" (include "pulsar.namespace" 
.) }}
+  {{- $fqdnSuffix := printf "%s.svc.%s" (include "pulsar.namespace" .) 
.Values.clusterDomain }}
+
   {{- $podnamePrefix := printf "%s-%s-server-" (include "pulsar.fullname" .) 
.Values.oxia.component }}
   {{- $publicPort := $.Values.oxia.server.ports.public }}
   {{- range until (int .Values.oxia.server.replicas) }}
@@ -133,4 +134,3 @@ Define coordinator entrypoint
 - "--profile"
 {{- end}}
 {{- end}}
-

Reply via email to