extra containers and volumes for oxia coordinator (#609)
This commit is contained in:
parent
fa1456ea4d
commit
9ddbf4bc86
@ -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 }}
|
||||
|
||||
@ -525,6 +525,8 @@ oxia:
|
||||
tolerations: []
|
||||
# nodeSelector:
|
||||
# cloud.google.com/gke-nodepool: default-pool
|
||||
extraContainers: []
|
||||
extraVolumes: []
|
||||
# customConfigMapName: ""
|
||||
# entrypoint: []
|
||||
## templates/server-statefulset.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user