Skip to content

Commit

Permalink
adjust resources
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Jun 27, 2024
1 parent ac7543c commit 69676b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit 69676b8

Please sign in to comment.