diff --git a/library/ix-dev/community/immich/templates/_configuration.tpl b/library/ix-dev/community/immich/templates/_configuration.tpl index 706f1e032d..941b9de771 100644 --- a/library/ix-dev/community/immich/templates/_configuration.tpl +++ b/library/ix-dev/community/immich/templates/_configuration.tpl @@ -88,7 +88,6 @@ configmap: LOG_LEVEL: log NODE_ENV: production SERVER_PORT: {{ .Values.immichNetwork.webuiPort | quote }} - IMMICH_SERVER_URL: {{ printf "http://%v:%v/api" $fullname .Values.immichNetwork.webuiPort }} {{- with .Values.immichConfig.publicLoginMessage }} PUBLIC_LOGIN_PAGE_MESSAGE: {{ . | quote }} {{- end }}