catalog/stable/immich/5.0.7/ix_values.yaml

90 lines
1.9 KiB
YAML

image:
repository: tccr.io/truecharts/immich-server
tag: 1.45.0@sha256:0b6145f95b87628cf8cca9a99aff9354254f3841aba71c7baaa848d492285ce0
pullPolicy: IfNotPresent
mlImage:
repository: tccr.io/truecharts/immich-ml
tag: 1.45.0@sha256:011f8cc337a013431d68e1a65a0c516541072a3f4b86e76ac18b0ab7c4283d80
pullPolicy: IfNotPresent
webImage:
repository: tccr.io/truecharts/immich-web
tag: 1.44.0@sha256:120c86c4792c42b3057b6abbbfb0e01a15fe0d7a2f6b31d5430ad590e3d71e1a
pullPolicy: IfNotPresent
proxyImage:
repository: tccr.io/truecharts/immich-proxy
tag: 1.45.0@sha256:e7103b6f4523c14b38eb556a24fc7d94f22184c284f80d28271661a8698b92dc
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