File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1- 98ddf9fb577ca36d7cfea7484fcdccf2cc52532a
1+ 033d1698ffc3ba694d2ed53290d4af63d34e2521
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments