94 lines
2.0 KiB
YAML
94 lines
2.0 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/immich-server
|
|
tag: 1.49.0@sha256:baa95afb670ee0e8d013a29eacff6ddc96751998854ba6882c242ce257ac8fbd
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlImage:
|
|
repository: tccr.io/truecharts/immich-ml
|
|
tag: 1.49.0@sha256:779e1d486d7ac5a1ed98b67b6f4a556e8e5baf334e4f0b9480315226384922c4
|
|
pullPolicy: IfNotPresent
|
|
|
|
webImage:
|
|
repository: tccr.io/truecharts/immich-web
|
|
tag: 1.49.0@sha256:983a1f8b736ba337e7370fa19232febf0469c7748f670f15fb0ed4f35f9d88af
|
|
pullPolicy: IfNotPresent
|
|
|
|
proxyImage:
|
|
repository: tccr.io/truecharts/immich-proxy
|
|
tag: 1.49.0@sha256:08e467d09e6f4abf10e4ea93e0310e6bc323e4ea6b0a6c05fb128bb46ed38578
|
|
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
|
|
modelcache:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /cache
|
|
|
|
postgresql:
|
|
enabled: true
|
|
existingSecret: dbcreds
|
|
postgresqlUsername: immich
|
|
postgresqlDatabase: immich
|
|
|
|
redis:
|
|
enabled: true
|
|
existingSecret: rediscreds
|
|
|
|
portal:
|
|
enabled: true
|