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
|
- role: openshift/object
|
||||||
app: mdapi
|
app: mdapi
|
||||||
file: storage.yml
|
template: storage.yml
|
||||||
objectname: storage.yml
|
objectname: storage.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
|
|
|
@ -7,5 +7,9 @@ spec:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
{%- if env == 'staging' %}
|
||||||
|
storage: 10Gi
|
||||||
|
{%- else %}
|
||||||
storage: 20Gi
|
storage: 20Gi
|
||||||
|
{%- endif %}
|
||||||
storageClassName: ""
|
storageClassName: ""
|
Loading…
Add table
Add a link
Reference in a new issue