mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 immich
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user