🔧 immich

This commit is contained in:
auricom
2023-03-14 22:43:33 +01:00
parent e068a3437e
commit f531758d9e
8 changed files with 76 additions and 18 deletions

View File

@@ -30,16 +30,13 @@ spec:
- name: immich-server
values:
controller:
replicas: 3
replicas: 2
strategy: RollingUpdate
annotations:
reloader.stakater.com/auto: "true"
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.50.1
command: /bin/sh
args:
- ./entrypoint.sh
envFrom:
- secretRef:
name: immich-secret
@@ -55,6 +52,9 @@ spec:
enabled: true
existingClaim: immich-nfs
mountPath: /usr/src/app/upload
cache:
enabled: true
type: emptyDir
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname