|
@@ -45,15 +45,4 @@ workload:
|
|
{{- include "ix.v1.common.app.redisWait" (dict "name" "redis-wait"
|
|
{{- include "ix.v1.common.app.redisWait" (dict "name" "redis-wait"
|
|
"secretName" "redis-creds") | nindent 8 }}
|
|
"secretName" "redis-creds") | nindent 8 }}
|
|
{{- include "immich.wait.init" (dict "url" $url) | indent 8 }}
|
|
{{- include "immich.wait.init" (dict "url" $url) | indent 8 }}
|
|
-
|
|
|
|
-{{- with .Values.immichGPU }}
|
|
|
|
-scaleGPU:
|
|
|
|
- {{- range $key, $value := . }}
|
|
|
|
- - gpu:
|
|
|
|
- {{ $key }}: {{ $value }}
|
|
|
|
- targetSelector:
|
|
|
|
- microservices:
|
|
|
|
- - microservices
|
|
|
|
- {{- end -}}
|
|
|
|
-{{- end -}}
|
|
|
|
{{- end -}}
|
|
{{- end -}}
|