mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 immich
This commit is contained in:
@@ -26,15 +26,18 @@ spec:
|
||||
retries: 3
|
||||
uninstall:
|
||||
keepHistory: false
|
||||
dependsOn:
|
||||
- name: immich-redis
|
||||
values:
|
||||
initContainers:
|
||||
init-db:
|
||||
01-init-db:
|
||||
image: ghcr.io/onedr0p/postgres-initdb:14.7
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: immich-secret
|
||||
controller:
|
||||
replicas: 3
|
||||
replicas: 2
|
||||
strategy: RollingUpdate
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
@@ -68,7 +71,7 @@ spec:
|
||||
app.kubernetes.io/name: *app
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 100Mi
|
||||
cpu: 100m
|
||||
memory: 250Mi
|
||||
limits:
|
||||
memory: 500Mi
|
||||
memory: 1000Mi
|
||||
|
Reference in New Issue
Block a user