Skip to content

Commit faf76f8

Browse files
committed
update memory request and limit for webhook proxy
1 parent 2b09dfd commit faf76f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jenkins/ocp-config/deploy/jenkins-webhook-proxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ parameters:
2828
- name: WEBHOOK_PROXY_CPU_LIMIT
2929
value: 50m
3030
- name: WEBHOOK_PROXY_MEMORY_REQUEST
31-
value: 30Mi
31+
value: 50Mi
3232
- name: WEBHOOK_PROXY_MEMORY_LIMIT
33-
value: 40Mi
33+
value: 50Mi
3434
objects:
3535
- apiVersion: route.openshift.io/v1
3636
kind: Route

0 commit comments

Comments
 (0)