Skip to content

Commit

Permalink
reduce cpu and memory as the application is not using it
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Aug 21, 2024
1 parent 31c8438 commit 19fe8d1
Showing 1 changed file with 4 additions and 4 deletions.
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: 25m
- name: WEBHOOK_PROXY_CPU_LIMIT
value: 200m
value: 50m
- 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 19fe8d1

Please sign in to comment.