mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⚡️ immich v1.1 / redis-lb
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: immich-server
|
||||
name: &app immich-server
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 15m
|
||||
@@ -26,8 +26,6 @@ spec:
|
||||
retries: 3
|
||||
uninstall:
|
||||
keepHistory: false
|
||||
dependsOn:
|
||||
- name: immich-redis
|
||||
values:
|
||||
initContainers:
|
||||
init-db:
|
||||
@@ -36,11 +34,13 @@ spec:
|
||||
- secretRef:
|
||||
name: immich-secret
|
||||
controller:
|
||||
replicas: 3
|
||||
strategy: RollingUpdate
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.41.1_64-dev
|
||||
tag: v1.42.0_65-dev
|
||||
command: /bin/sh
|
||||
args:
|
||||
- ./start-server.sh
|
||||
@@ -59,9 +59,16 @@ spec:
|
||||
enabled: true
|
||||
existingClaim: immich-nfs
|
||||
mountPath: /usr/src/app/upload
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
topologyKey: kubernetes.io/hostname
|
||||
whenUnsatisfiable: DoNotSchedule
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: *app
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 250Mi
|
||||
cpu: 10m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 2000Mi
|
||||
memory: 500Mi
|
||||
|
Reference in New Issue
Block a user