Skip to content

Commit

Permalink
feat(helm): update immich values
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 12, 2024
1 parent 965901c commit 36a302d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubernetes/turing/immich/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
retries: 3
values:
env:
IMMICH_LOG_LEVEL: debug
TZ: ${TIMEZONE}
image:
# renovate: datasource=github-releases depName=immich-app/immich
Expand Down Expand Up @@ -65,6 +66,14 @@ spec:
- hosts:
- immich.${SECRET_DOMAIN}
machine-learning:
image:
tag: "v1.120.1-armnn"
securityContext:
fsGroup: 2000
fsGroupChangePolicy: "OnRootMismatch"
runAsGroup: 2000
runAsNonRoot: false
runAsUser: 2000
persistence:
cache:
type: pvc
Expand Down

0 comments on commit 36a302d

Please sign in to comment.