Storage for nuancier in prod and stg differ
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
ba293d4ce5
commit
2518d85719
2 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
app: mdapi
|
||||
file: storage.yml
|
||||
template: storage.yml
|
||||
objectname: storage.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
|
|
@ -7,5 +7,9 @@ spec:
|
|||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
{%- if env == 'staging' %}
|
||||
storage: 10Gi
|
||||
{%- else %}
|
||||
storage: 20Gi
|
||||
{%- endif %}
|
||||
storageClassName: ""
|
Loading…
Add table
Add a link
Reference in a new issue