🔧 immich

This commit is contained in:
auricom
2023-10-06 00:04:55 +02:00
parent db7f7528ff
commit 49e92000f5
5 changed files with 57 additions and 5 deletions

View File

@@ -31,7 +31,6 @@ spec:
- name: immich-redis
values:
controller:
replicas: 1
strategy: Recreate
annotations:
configmap.reloader.stakater.com/reload: &configMap immich-configmap
@@ -49,6 +48,11 @@ spec:
ports:
http:
port: 3003
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
persistence:
library:
enabled: true
@@ -58,6 +62,14 @@ spec:
enabled: true
existingClaim: immich-machine-learning-cache
mountPath: /cache
geocoding-dump:
enabled: true
type: emptyDir
mountPath: /usr/src/app/.reverse-geocoding-dump
transformers-cache:
enabled: true
type: emptyDir
mountPath: /usr/src/app/.transformers_cache
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname