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 cc12992 Fix invalid internal server name in Oxia config (#552)
cc12992 is described below
commit cc12992d8f3ba9590f366c72831d851e69275ec7
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Nov 22 14:35:54 2024 +0200
Fix invalid internal server name in Oxia config (#552)
.svc doesn't resolve. it's better to use the fully qualified name
---
charts/pulsar/templates/_oxia.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/charts/pulsar/templates/_oxia.tpl
b/charts/pulsar/templates/_oxia.tpl
index 95afc5f..b8b8143 100644
--- a/charts/pulsar/templates/_oxia.tpl
+++ b/charts/pulsar/templates/_oxia.tpl
@@ -89,7 +89,7 @@ namespaces:
replicationFactor: {{ .Values.oxia.replicationFactor }}
servers:
- public: {{ template "pulsar.fullname" . }}-{{ .Values.oxia.component
}}-svc.{{ template "pulsar.namespace" . }}.svc.cluster.local:{{
.Values.oxia.server.ports.public }}
- internal: {{ template "pulsar.fullname" . }}-{{ .Values.oxia.component
}}-svc.{{ template "pulsar.namespace" . }}.svc:{{
.Values.oxia.server.ports.internal }}
+ internal: {{ template "pulsar.fullname" . }}-{{ .Values.oxia.component
}}-svc.{{ template "pulsar.namespace" . }}.svc.cluster.local:{{
.Values.oxia.server.ports.internal }}
{{- end }}
{{/*