mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 immich
This commit is contained in:
@@ -40,7 +40,6 @@ spec:
|
||||
- secretRef:
|
||||
name: &secret immich-secret
|
||||
controller:
|
||||
replicas: 2
|
||||
strategy: RollingUpdate
|
||||
annotations:
|
||||
configmap.reloader.stakater.com/reload: *configMap
|
||||
@@ -55,11 +54,24 @@ spec:
|
||||
ports:
|
||||
http:
|
||||
port: 3001
|
||||
podSecurityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
fsGroup: 568
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
persistence:
|
||||
library:
|
||||
enabled: true
|
||||
existingClaim: immich-nfs
|
||||
mountPath: /usr/src/app/upload
|
||||
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