mote: match the PVC sizes to the PV size

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-07 15:32:45 +10:00
parent a930718c5a
commit 5443ad8e87
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,10 @@ spec:
- ReadWriteMany
resources:
requests:
{% if env == 'staging' %}
storage: 25Gi
{% else %}
storage: 5Gi
{% endif %}
storageClassName: ""
volumeName: fedora-value-{{env_short}}

View file

@ -8,6 +8,10 @@ spec:
- ReadWriteMany
resources:
requests:
{% if env == 'staging' %}
storage: 25Gi
{% else %}
storage: 5Gi
{% endif %}
storageClassName: ""
volumeName: fedora-value-{{env_short}}