🔧 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

@@ -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