Skip to content

Commit

Permalink
Merge pull request #671 from HumairAK/up_res_db
Browse files Browse the repository at this point in the history
increase integration db resources
  • Loading branch information
HumairAK authored Jul 15, 2024
2 parents 12c1549 + 8417c79 commit 4c179f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/resources/dspa-lite/dspa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ spec:
pvcSize: 500Mi
resources:
limits:
cpu: 20m
cpu: 60m
memory: 500Mi
requests:
cpu: 20m
memory: 100m
cpu: 60m
memory: 500Mi
objectStorage:
minio:
image: 'quay.io/opendatahub/minio:RELEASE.2019-08-14T20-37-41Z-license-compliance'
Expand Down
6 changes: 3 additions & 3 deletions .github/resources/mariadb/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ spec:
value: "true"
resources:
limits:
cpu: 20m
cpu: 60m
memory: 500Mi
requests:
cpu: 20m
memory: 100m
cpu: 60m
memory: 500Mi
volumeMounts:
- name: mariadb-persistent-storage
mountPath: /var/lib/mysql
Expand Down
6 changes: 3 additions & 3 deletions tests/resources/dspa-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ spec:
pvcSize: 500Mi
resources:
limits:
cpu: 20m
cpu: 60m
memory: 500Mi
requests:
cpu: 20m
memory: 100m
cpu: 60m
memory: 500Mi
objectStorage:
minio:
deploy: true
Expand Down

0 comments on commit 4c179f5

Please sign in to comment.