Skip to content

Commit

Permalink
Increase resources limits for test postgres instance (#828)
Browse files Browse the repository at this point in the history
* Increase resources limits

* Add extra hosts

---------

Co-authored-by: Yevhen Ivantsov <yivantsov@atlassian.com>
  • Loading branch information
bianchi2 and Yevhen Ivantsov authored Jul 9, 2024
1 parent 3b3d918 commit 5ce51da
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/config/kind/common-values.yaml
Original file line number Diff line number Diff line change
@@ -120,3 +120,9 @@ synchrony:
memory: 1G
additionalCertificates:
secretName: certificate

# this is to fix Synchrony when run locally
additionalHosts:
- ip: 172.17.0.1
hostnames:
- confluence.172.18.0.2.nip.io
2 changes: 2 additions & 0 deletions src/test/scripts/kind/deploy_app.sh
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ deploy_postgres() {
--set fullnameOverride="postgres" \
--set primary.persistentVolumeClaimRetentionPolicy.enabled="true" \
--set primary.persistentVolumeClaimRetentionPolicy.whenDeleted="Delete" \
--set primary.resources.requests.memory=256Mi \
--set primary.resources.limits.memory=1024Mi \
--set image.tag="14.3.0-debian-10-r20" \
--version="15.5.1" \
--wait --timeout=120s \

0 comments on commit 5ce51da

Please sign in to comment.