Utilize bjw-s's common Helm library. #13

Merged
konrad merged 41 commits from :new-helm-chart into main 2023-11-07 14:47:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 61b8892ff0 - Show all commits

View File

@ -28,7 +28,7 @@ probes:
custom: true
spec:
httpGet:
path: /api/v1
path: /api/v1/info
konrad marked this conversation as resolved Outdated

Shouldn't this use /api/v1/info as /api/v1 will usually give an error?

Shouldn't this use `/api/v1/info` as `/api/v1` will usually give an error?

LOL, I've gotta say, that explains a lot about my own Vikunja deployment after realizing that /api/v1 returns a 401...

fixed!

LOL, I've gotta say, that explains a lot about my own Vikunja deployment after realizing that `/api/v1` returns a `401`... fixed!
https://kolaente.dev/vikunja/helm-chart/commit/61b8892ff0aa802e33c40656e27caa6105b48881

hehe yeah there's an item in the backlog to add a health endpoint eventually which would also check if the db connection works etc.

hehe yeah there's an item in the backlog to add a `health` endpoint eventually which would also check if the db connection works etc.
port: http
initialDelaySeconds: 0
periodSeconds: 10