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:
|
limits:
|
||||||
cpu: {{ .Values.oxia.coordinator.cpuLimit }}
|
cpu: {{ .Values.oxia.coordinator.cpuLimit }}
|
||||||
memory: {{ .Values.oxia.coordinator.memoryLimit }}
|
memory: {{ .Values.oxia.coordinator.memoryLimit }}
|
||||||
|
{{- if .Values.oxia.coordinator.extraVolumeMounts }}
|
||||||
|
volumeMounts:
|
||||||
|
{{- toYaml .Values.oxia.coordinator.extraVolumeMounts | nindent 12 }}
|
||||||
|
{{- end }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
{{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }}
|
{{- include "oxia-cluster.probe" .Values.oxia.coordinator.ports.internal | nindent 12 }}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|||||||
@ -554,6 +554,7 @@ oxia:
|
|||||||
# cloud.google.com/gke-nodepool: default-pool
|
# cloud.google.com/gke-nodepool: default-pool
|
||||||
extraContainers: []
|
extraContainers: []
|
||||||
extraVolumes: []
|
extraVolumes: []
|
||||||
|
extraVolumeMounts: []
|
||||||
# customConfigMapName: ""
|
# customConfigMapName: ""
|
||||||
# entrypoint: []
|
# entrypoint: []
|
||||||
## templates/server-statefulset.yaml
|
## templates/server-statefulset.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user