Skip to content

Commit

Permalink
Merge branch 'main' into fix/packit-service/2543
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini authored Oct 15, 2024
2 parents 4df99dc + 56c1bb0 commit 96ab739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/postgres.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: "{{ '4Gi' if deployment == 'prod' else '1Gi' }}"
storage: "{{ '8Gi' if deployment == 'prod' else '2Gi' }}"
{% if managed_platform %}
storageClassName: aws-ebs
{% endif %}

0 comments on commit 96ab739

Please sign in to comment.