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