Skip to content

Commit c9ed2e8

Browse files
committed
make boilerplate-update
1 parent 318bb72 commit c9ed2e8

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
98ddf9fb577ca36d7cfea7484fcdccf2cc52532a
1+
033d1698ffc3ba694d2ed53290d4af63d34e2521

boilerplate/openshift/golang-osd-e2e/e2e-template.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ objects:
5656
- --skip-must-gather
5757
- --configs
5858
- ${OSDE2E_CONFIGS}
59+
resources:
60+
requests:
61+
cpu: "300m"
62+
memory: "600Mi"
63+
limits:
64+
cpu: "1"
65+
memory: "1200Mi"
5966
securityContext:
6067
runAsNonRoot: true
6168
allowPrivilegeEscalation: false
@@ -85,4 +92,4 @@ objects:
8592
- name: USE_EXISTING_CLUSTER
8693
value: ${USE_EXISTING_CLUSTER}
8794
- name: CAD_PAGERDUTY_ROUTING_KEY
88-
value: ${CAD_PAGERDUTY_ROUTING_KEY}
95+
value: ${CAD_PAGERDUTY_ROUTING_KEY}

test/e2e/e2e-template.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ objects:
5656
- --skip-must-gather
5757
- --configs
5858
- ${OSDE2E_CONFIGS}
59+
resources:
60+
requests:
61+
cpu: "300m"
62+
memory: "600Mi"
63+
limits:
64+
cpu: "1"
65+
memory: "1200Mi"
5966
securityContext:
6067
runAsNonRoot: true
6168
allowPrivilegeEscalation: false
@@ -85,4 +92,4 @@ objects:
8592
- name: USE_EXISTING_CLUSTER
8693
value: ${USE_EXISTING_CLUSTER}
8794
- name: CAD_PAGERDUTY_ROUTING_KEY
88-
value: ${CAD_PAGERDUTY_ROUTING_KEY}
95+
value: ${CAD_PAGERDUTY_ROUTING_KEY}

0 commit comments

Comments
 (0)