Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): enable startup probe on server pod #114

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

willianpaixao
Copy link
Contributor

Fix #102

charts/immich/templates/server.yaml Outdated Show resolved Hide resolved
Copy link
Member

@bo0tzz bo0tzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still doesn't seem to be working. The output I get is

...
readinessProbe:
  failureThreshold: 3
  httpGet:
    path: /api/server-info/ping
    port: http
  initialDelaySeconds: 0
  periodSeconds: 10
  timeoutSeconds: 1
startupProbe:
  failureThreshold: 30
  initialDelaySeconds: 0
  periodSeconds: 10
  timeoutSeconds: 1
...

which is missing the httpGet block.

@willianpaixao
Copy link
Contributor Author

@bo0tzz I had to drop the use of anchors and fully write the startup probe. Please take a look now.

@bo0tzz bo0tzz merged commit 31a0787 into immich-app:main Aug 30, 2024
1 check failed
@willianpaixao willianpaixao deleted the update-probes branch September 3, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Livenessprove doesn't give enough time to pod
3 participants