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

Adjust Webhook Proxy resources #1293

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Changed
- Update SonarQube to 9.9.6 ([#1292](https://github.com/opendevstack/ods-core/pull/1292))
- Lower Webhook Proxy resources to match real usage ([#1293](https://github.com/opendevstack/ods-core/pull/1293))

### Fixed

Expand Down
8 changes: 4 additions & 4 deletions jenkins/ocp-config/deploy/jenkins-webhook-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ parameters:
- name: ODS_BITBUCKET_PROJECT
required: true
- name: WEBHOOK_PROXY_CPU_REQUEST
value: 50m
value: 10m
- name: WEBHOOK_PROXY_CPU_LIMIT
value: 200m
value: 25m
- name: WEBHOOK_PROXY_MEMORY_REQUEST
value: 128Mi
value: 30Mi
- name: WEBHOOK_PROXY_MEMORY_LIMIT
value: 128Mi
value: 40Mi
objects:
- apiVersion: route.openshift.io/v1
kind: Route
Expand Down
Loading