start immich

This commit is contained in:
Morten Olsen
2026-01-02 14:40:48 +01:00
parent be85172acf
commit c50ce95086
3 changed files with 359 additions and 5 deletions

View File

@@ -19,8 +19,7 @@ metadata:
spec:
strategy:
type: Recreate
replicas: 0
revisionHistoryLimit: 0
replicas: 1
selector:
matchLabels:
app: "{{ .Release.Name }}-postgres"

View File

@@ -5,8 +5,7 @@ metadata:
spec:
strategy:
type: Recreate
replicas: 0
revisionHistoryLimit: 0
replicas: 1
selector:
matchLabels:
app: "{{ .Release.Name }}-server"
@@ -110,7 +109,6 @@ spec:
strategy:
type: Recreate
replicas: 1
revisionHistoryLimit: 0
selector:
matchLabels:
app: "{{ .Release.Name }}-ml"