Skip to content

Commit

Permalink
fix(helm): enable startup probe on server pod
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao authored and bo0tzz committed Aug 29, 2024
1 parent 390b76a commit a858238
Show file tree
Hide file tree
Showing 2 changed files with 5 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
5 changes: 4 additions & 1 deletion charts/immich/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ probes:
failureThreshold: 3
readiness: *probes
startup:
enabled: false
<<: *probes
spec:
periodSeconds: 10
failureThreshold: 30

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

0 comments on commit a858238

Please sign in to comment.