90 lines
1.9 KiB
YAML
90 lines
1.9 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/immich-server
|
|
tag: 1.47.2@sha256:8182f407ae651ccebe78c502e2adfc9b72c0d6106ee555b4e903f85950e5c144
|
|
pullPolicy: IfNotPresent
|
|
|
|
mlImage:
|
|
repository: tccr.io/truecharts/immich-ml
|
|
tag: 1.47.2@sha256:18d77a81ccb88d4de10feef8ce4efc9a1afa1cced95a4052a1245ea48f083de8
|
|
pullPolicy: IfNotPresent
|
|
|
|
webImage:
|
|
repository: tccr.io/truecharts/immich-web
|
|
tag: 1.47.2@sha256:a02db6043dddb53d4068e112adf7529855bc863fbc88905bbaf6ec885c289fbc
|
|
pullPolicy: IfNotPresent
|
|
|
|
proxyImage:
|
|
repository: tccr.io/truecharts/immich-proxy
|
|
tag: 1.47.2@sha256:f7179812cc17ab226c48385c29fcd3b37da051e6742010faa11536ec678b4c54
|
|
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
|