extra volume mounts for oxia coordinator (#618)

* extra volume mounts for oxia coordinator

* .

* .
This commit is contained in:
Artem Nosulchyk 2025-06-13 13:55:02 -04:00 committed by GitHub
parent 7cd7078695
commit 3e5c82c229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,10 @@ spec:
limits:
cpu: {{ .Values.oxia.coordinator.cpuLimit }}
memory: {{ .Values.oxia.coordinator.memoryLimit }}
{{- if .Values.oxia.coordinator.extraVolumeMounts }}
volumeMounts:
{{- toYaml .Values.oxia.coordinator.extraVolumeMounts | nindent 12 }}
{{- end }}
livenessProbe:
{{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }}
readinessProbe:

View File

@ -554,6 +554,7 @@ oxia:
# cloud.google.com/gke-nodepool: default-pool
extraContainers: []
extraVolumes: []
extraVolumeMounts: []
# customConfigMapName: ""
# entrypoint: []
## templates/server-statefulset.yaml