Add chart mlflow 1.9.0

This commit is contained in:
wbsong111
2026-04-22 17:08:02 +09:00
parent b8942c5f46
commit 3a78d39b7a
153 changed files with 21026 additions and 0 deletions
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "mlflow.fullname" . }}
labels:
{{- include "mlflow.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.containerPortName }}
protocol: TCP
name: {{ .Values.service.name }}
selector:
{{- include "mlflow.selectorLabels" . | nindent 4 }}