Skip to content

Adding health probes, resource requests and fixing container permissions#210

Merged
jansenfuller merged 9 commits into
mainfrom
feat/helm-limits-and-probes
Jun 9, 2026
Merged

Adding health probes, resource requests and fixing container permissions#210
jansenfuller merged 9 commits into
mainfrom
feat/helm-limits-and-probes

Conversation

@jansenfuller

Copy link
Copy Markdown
Collaborator

No description provided.

cpu: 100m
requests:
memory: 5Mi
cpu: 10m

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I imagine these will differ between sqlite and postgres? A 25Mi limit seems pretty small for sqlite, especially if that OOM's..

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Hmm, I tested it locally with Sqlite and it didn't seem to have any issues, let me do some more tests so I know it's not going to be bottlenecked.

@djmitche djmitche left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looking good!

@jansenfuller

Copy link
Copy Markdown
Collaborator Author

Just updated the resource request and limits. Turns out the SQLite version only needs about 5Mi at idle and the Postgres version needs at least 20Mi at idle. Just put the resource requests into the respective sections so that the limits are correct.

@jansenfuller jansenfuller merged commit b5eb61a into main Jun 9, 2026
10 checks passed
@jansenfuller jansenfuller deleted the feat/helm-limits-and-probes branch June 9, 2026 23:41
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.

2 participants