teslamate-db: cap CPU at 0.5 cores#2645
Open
Copilot wants to merge 3 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/jeffborg/home-network/sessions/bdfc0565-a6b3-4f7f-9c5c-5c27eb2493cc Co-authored-by: jeffborg <1595430+jeffborg@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix teslamate database CPU limit to 0.5
teslamate-db: cap CPU at 0.5 cores
May 3, 2026
🔍 Helm Release Diff
|
Owner
|
@copilot see diff #2645 (comment) |
…pu limit Agent-Logs-Url: https://github.com/jeffborg/home-network/sessions/7bc10e7b-82be-4a83-85b0-2df3c7d1e10a Co-authored-by: jeffborg <1595430+jeffborg@users.noreply.github.com>
Contributor
Author
The previous change dropped the chart's default memory, ephemeral-storage limits, and requests. Fixed in 88857f5 — now all those values are explicitly set alongside the new CPU limit: resources:
limits:
cpu: 500m
ephemeral-storage: 2Gi
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The teslamate PostgreSQL pod was unconstrained on CPU, causing resource contention on the node.
Changes
cluster/apps/home-automation/teslamate/postgresql.yaml— addsprimary.resources.limits.cpu: 500mto the Bitnami Helm chart values