fix(jobs): add resource requests/limits to cachebust and pushcache Jobs#623
Open
platex-rehor-bot wants to merge 2 commits into
Open
fix(jobs): add resource requests/limits to cachebust and pushcache Jobs#623platex-rehor-bot wants to merge 2 commits into
platex-rehor-bot wants to merge 2 commits into
Conversation
Contributor
|
/retest |
RHCLOUD-45913 Set resource requests and limits on cachebust and pushcache Job containers to resolve DVO unset CPU requirements alerts. Also sets resources on the pushcache init container (copy-frontend-assets). Cachebust: 50m/64Mi requests, 100m/128Mi limits Pushcache: 100m/128Mi requests, 200m/256Mi limits Init container: 50m/64Mi requests, 100m/128Mi limits Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
/retest |
1c72e90 to
a7c6a33
Compare
Contributor
|
/retest |
RHCLOUD-45913 Go 1.25.9 has multiple High-severity stdlib CVEs (CVE-2026-39820, CVE-2026-42499, CVE-2026-39836, CVE-2026-33814, CVE-2026-33811, CVE-2026-42501) fixed in 1.25.10. GOTOOLCHAIN=auto ensures the correct version is used during container builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
/retest |
3 similar comments
Contributor
Author
|
/retest |
Contributor
|
/retest |
Contributor
|
/retest |
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.
Description
Add CPU and memory resource requests/limits to cachebust and pushcache Job containers, resolving DVO alerts for
unset_cpu_requirementsfiring across allfrontendsnamespace Jobs in production.Changes
akamai-cache-bust): 50m/64Mi requests, 100m/128Mi limitsvalpop-pushcache): 100m/128Mi requests, 200m/256Mi limitscopy-frontend-assets): 50m/64Mi requests, 100m/128Mi limitsResource values are hardcoded per container type (matching the pattern used by the reverse proxy container) rather than reusing Deployment defaults, since batch jobs have different resource profiles than long-running serving containers.
Testing
make test)RHCLOUD-45913
🤖 Generated with Claude Code