Skip to content

Commit

Permalink
Merge pull request #159 from apahim/webhook_resources_bumb
Browse files Browse the repository at this point in the history
[OHSS-10701] Bumping webhook resources
  • Loading branch information
openshift-merge-robot authored Mar 11, 2022
2 parents b6dc66f + fb05e03 commit 3bf5dbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions config/deploy/webhook/deployment.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 200m
memory: 50Mi
requests:
cpu: 100m
memory: 20Mi
memory: 30Mi
volumes:
- name: tls
secret:
Expand Down
6 changes: 3 additions & 3 deletions config/olm/addon-operator.csv.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 200m
memory: 50Mi
requests:
cpu: 100m
memory: 20Mi
memory: 30Mi
6 changes: 3 additions & 3 deletions config/openshift/manifests/addon-operator.csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 200m
memory: 50Mi
requests:
cpu: 100m
memory: 20Mi
memory: 30Mi
serviceAccountName: addon-operator
tolerations:
- effect: NoSchedule
Expand Down

0 comments on commit 3bf5dbb

Please sign in to comment.