Immich: fix misconfigured machinelearningPort (#1400)

This commit is contained in:
JB Gosselin
2023-07-25 08:39:27 -04:00
committed by GitHub
parent 82e80e6d3b
commit d595177f04
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ description: Immich
annotations:
title: Immich
type: application
version: 1.0.7
version: 1.0.8
apiVersion: v2
appVersion: 1.69.0
kubeVersion: '>=1.16.0-0'

View File

@@ -26,7 +26,7 @@
{{- $mlURL := "false" -}}
{{- if .Values.immichConfig.enableML -}}
{{- $mlURL = printf "http://%v-machinelearning:%v" $fullname .Values.immichNetwork.microservicesPort -}}
{{- $mlURL = printf "http://%v-machinelearning:%v" $fullname .Values.immichNetwork.machinelearningPort -}}
{{- end }}
secret: