Files
snow/apps/immich/values.yaml
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1ed92b0ca2 chore(deps): update dependency immich-app/immich to v2.7.2 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-08 00:25:47 +00:00

58 lines
1.2 KiB
YAML

immich:
persistence:
library:
existingClaim: pictures
valkey:
enabled: true
server:
ingress:
main:
enabled: true
className: cilium
annotations:
cert-manager.io/cluster-issuer: letsencrypt
acme.cert-manager.io/http01-edit-in-place: "true"
# proxy-body-size is set to 0 to remove the body limit on file uploads
nginx.ingress.kubernetes.io/proxy-body-size: "0"
hosts:
- host: immich.sdg.moe
paths:
- path: /
tls:
- secretName: immich-tls
hosts:
- immich.sdg.moe
machine-learning:
controllers:
main:
strategy: Recreate
persistence:
cache:
type: persistentVolumeClaim
controllers:
main:
containers:
main:
image:
# renovate: datasource=github-releases depName=immich-app/immich
tag: "v2.7.2"
env:
DB_URL: postgres://immich@postgres-cluster-rw.postgres/immich?sslcert=/pg/tls.crt&sslkey=/pg/tls.key&sslrootcert=/pg/ca.crt
IMMICH_CONFIG_FILE: /config/config.yaml
persistence:
pg:
enabled: true
type: secret
name: postgres-immich
defaultMode: 0640
config:
enabled: true
type: secret
name: immich-oidc