90 lines
1.9 KiB
YAML
90 lines
1.9 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/immich-server
|
|
tag: 1.40.1_63@sha256:76db6f6f6614a2cd58939f4f890109b23b809fb00a87c5e20e04df4cb85318f7
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlImage:
|
|
repository: tccr.io/truecharts/immich-ml
|
|
tag: 1.40.1_63@sha256:3d37159579cabb41ca2c9d870ac087b624f079f64200753d5bc99f0fcf6200f5
|
|
pullPolicy: IfNotPresent
|
|
|
|
webImage:
|
|
repository: tccr.io/truecharts/immich-web
|
|
tag: 1.40.1_63@sha256:fd3c58c099f8d1d7efff4f37ba97e4886f03f756e9bec99274338e1bde4e3cb5
|
|
pullPolicy: IfNotPresent
|
|
|
|
proxyImage:
|
|
repository: tccr.io/truecharts/immich-proxy
|
|
tag: 1.40.1_63@sha256:77cdfc198f8198c2b4c2058887a224db81112091915325fec35564d58e8d755e
|
|
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
|