Skip to content

Commit

Permalink
fix(helm): enable startup probe on server pod (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao authored Aug 30, 2024
1 parent f9ccc89 commit 31a0787
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: A chart to power Immich (immich.app) running on kubernetes
name: immich
version: 0.7.1
version: 0.7.2
appVersion: v1.106.1
home: https://immich.app/
icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg
Expand Down
11 changes: 10 additions & 1 deletion charts/immich/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,16 @@ probes:
failureThreshold: 3
readiness: *probes
startup:
enabled: false
enabled: true
custom: true
spec:
httpGet:
path: /api/server-info/ping
port: http
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 30

persistence:
{{- if .Values.immich.configuration }}
Expand Down

0 comments on commit 31a0787

Please sign in to comment.