Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Sep 28, 2023
1 parent 4652820 commit 6d68147
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions build/dev/github-minikube-checluster-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,63 @@ spec:
components:
pluginRegistry:
openVSXURL: ''
deployment:
containers:
- resources:
request:
cpu: '20m'
limits:
cpu: '20m'
devfileRegistry:
deployment:
containers:
- resources:
request:
cpu: '20m'
limits:
cpu: '20m'
cheServer:
deployment:
containers:
- resources:
limits:
cpu: '400m'
request:
cpu: '400m'
dashboard:
deployment:
containers:
- resources:
request:
cpu: '40m'
limits:
cpu: '40m'
networking:
auth:
gateway:
deployment:
containers:
- name: gateway
resources:
request:
cpu: '20m'
limits:
cpu: '20m'
- name: configbump
resources:
request:
cpu: '20m'
limits:
cpu: '20m'
- name: oauth-proxy
resources:
request:
cpu: '20m'
limits:
cpu: '20m'
- name: kube-rbac-proxy
resources:
request:
cpu: '20m'
limits:
cpu: '20m'

0 comments on commit 6d68147

Please sign in to comment.