You've already forked DataMate
feat: label-studio构建脚本 (#198)
* feat: label-studio构建脚本 * feat: label-studio构建脚本 * feat: label-studio构建脚本 * feat: label-studio安装脚本
This commit is contained in:
@@ -21,7 +21,11 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: label-studio
|
||||
{{- if .Values.global.imageRegistry }}
|
||||
image: "{{ .Values.global.imageRegistry | trimSuffix "/" }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
{{- else }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
{{- end }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
args: ["label-studio-uwsgi"]
|
||||
env:
|
||||
|
||||
@@ -31,7 +31,11 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: postgres
|
||||
{{- if .Values.global.imageRegistry }}
|
||||
image: "{{ .Values.global.imageRegistry | trimSuffix "/" }}/{{ .Values.postgres.image.repository }}:{{ .Values.postgres.image.tag }}"
|
||||
{{- else }}
|
||||
image: "{{ .Values.postgres.image.repository }}:{{ .Values.postgres.image.tag }}"
|
||||
{{- end }}
|
||||
imagePullPolicy: {{ .Values.postgres.image.pullPolicy }}
|
||||
env:
|
||||
- name: POSTGRES_HOST_AUTH_METHOD
|
||||
|
||||
@@ -4,6 +4,9 @@ fullnameOverride: label-studio
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
global:
|
||||
imageRegistry: ""
|
||||
|
||||
image:
|
||||
repository: heartexlabs/label-studio
|
||||
tag: "latest"
|
||||
|
||||
Reference in New Issue
Block a user