You've already forked DataMate
bugfix: milvus部分组件支持镜像仓库 (#114)
This commit is contained in:
@@ -97,7 +97,7 @@ head:
|
|||||||
limits:
|
limits:
|
||||||
cpu: "2"
|
cpu: "2"
|
||||||
# To avoid out-of-memory issues, never allocate less than 2G memory for the Ray head.
|
# To avoid out-of-memory issues, never allocate less than 2G memory for the Ray head.
|
||||||
memory: "4G"
|
memory: "8G"
|
||||||
requests:
|
requests:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: "2G"
|
memory: "2G"
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.global.imageRegistry }}{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
{{- if .Values.s3gateway.enabled }}
|
{{- if .Values.s3gateway.enabled }}
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ fullnameOverride: ""
|
|||||||
##
|
##
|
||||||
clusterDomain: cluster.local
|
clusterDomain: cluster.local
|
||||||
|
|
||||||
|
global:
|
||||||
|
imageRegistry: ""
|
||||||
|
|
||||||
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: streamingnode
|
- name: streamingnode
|
||||||
image: "{{ .Values.image.all.repository }}:{{ .Values.image.all.tag }}"
|
image: "{{ .Values.global.imageRegistry }}{{ .Values.image.all.repository }}:{{ .Values.image.all.tag }}"
|
||||||
imagePullPolicy: {{ .Values.image.all.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.all.pullPolicy }}
|
||||||
{{ if and (.Values.containerSecurityContext) (not .Values.streamingNode.containerSecurityContext) }}
|
{{ if and (.Values.containerSecurityContext) (not .Values.streamingNode.containerSecurityContext) }}
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ fullnameOverride: ""
|
|||||||
cluster:
|
cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
global:
|
||||||
|
imageRegistry: ""
|
||||||
|
|
||||||
image:
|
image:
|
||||||
all:
|
all:
|
||||||
repository: milvusdb/milvus
|
repository: milvusdb/milvus
|
||||||
|
|||||||
Reference in New Issue
Block a user