extra volume mounts for oxia coordinator (#618)
* extra volume mounts for oxia coordinator * . * .
This commit is contained in:
parent
7cd7078695
commit
3e5c82c229
@ -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:
|
||||
|
||||
@ -554,6 +554,7 @@ oxia:
|
||||
# cloud.google.com/gke-nodepool: default-pool
|
||||
extraContainers: []
|
||||
extraVolumes: []
|
||||
extraVolumeMounts: []
|
||||
# customConfigMapName: ""
|
||||
# entrypoint: []
|
||||
## templates/server-statefulset.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user