🔧 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

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