image: repository: tccr.io/truecharts/immich-server tag: 1.38.2_60@sha256:d1a67c3bd732f8b3fbf6f334b17d053f867ada27cbcbf2e55647dd782abf86e8 pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml tag: 1.39.0_61@sha256:b5609ed5e36b647ecdeab1c8e5297ed3920ad69c1da859b1f327be465c355927 pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web tag: 1.38.2_60@sha256:469394e82b81c72a5804f85815f1255083c477dce732002812c99552946705d2 pullPolicy: IfNotPresent proxyImage: repository: tccr.io/truecharts/immich-proxy tag: 1.38.2_60@sha256:c788886ce9510541e4031b664d5d3cafbaf14e3bea25792484e1485704dd7231 pullPolicy: IfNotPresent command: - /bin/sh - ./start-server.sh securityContext: readOnlyRootFilesystem: false runAsNonRoot: false podSecurityContext: runAsUser: 0 runAsGroup: 0 immich: enable_ml: true public_login_page_message: Immich disable_reverse_geocoding: false reverse_geocoding_precision: 3 # simple | verbose log_level: simple mapbox_enable: false mapbox_key: "" envFrom: - configMapRef: name: '{{ include "tc.common.names.fullname" . }}-server-config' - configMapRef: name: '{{ include "tc.common.names.fullname" . }}-common-config' - secretRef: name: '{{ include "tc.common.names.fullname" . }}-immich-secret' probes: liveness: path: /server-info/ping type: HTTP port: 3001 readiness: path: /server-info/ping type: HTTP port: 3001 startup: path: /server-info/ping type: HTTP port: 3001 service: main: ports: main: port: 10323 protocol: HTTP targetPort: 8080 persistence: uploads: enabled: true mountPath: /usr/src/app/upload postgresql: enabled: true existingSecret: dbcreds postgresqlUsername: immich postgresqlDatabase: immich redis: enabled: true existingSecret: rediscreds portal: enabled: true