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 9ddbf4b extra containers and volumes for oxia coordinator (#609) 9ddbf4b is described below commit 9ddbf4bc8699f8a917ff8cb156d56a5cbf3a682a Author: Artem Nosulchyk <anosulc...@users.noreply.github.com> AuthorDate: Tue May 20 06:13:07 2025 -0400 extra containers and volumes for oxia coordinator (#609) --- charts/pulsar/templates/oxia-coordinator-deployment.yaml | 7 +++++++ charts/pulsar/values.yaml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/charts/pulsar/templates/oxia-coordinator-deployment.yaml b/charts/pulsar/templates/oxia-coordinator-deployment.yaml index 9a3553a..6e85c71 100644 --- a/charts/pulsar/templates/oxia-coordinator-deployment.yaml +++ b/charts/pulsar/templates/oxia-coordinator-deployment.yaml @@ -81,4 +81,11 @@ spec: {{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }} readinessProbe: {{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }} + {{- if .Values.oxia.coordinator.extraContainers }} + {{- toYaml .Values.oxia.coordinator.extraContainers | nindent 8 }} + {{- end }} + {{- if .Values.oxia.coordinator.extraVolumes }} + volumes: +{{- toYaml .Values.oxia.coordinator.extraVolumes | nindent 8 }} + {{- end }} {{- end }} diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index c8f25e6..2d7bd4b 100755 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -525,6 +525,8 @@ oxia: tolerations: [] # nodeSelector: # cloud.google.com/gke-nodepool: default-pool + extraContainers: [] + extraVolumes: [] # customConfigMapName: "" # entrypoint: [] ## templates/server-statefulset.yaml