File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.7.1
21+ version : 0.7.2
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1111 QUEUE_CONNECTION : {{ .Values.appProperties.queueConnection }}
1212 SCHEMA_VERSION : " {{ .Values.appProperties.schemaVersion }}"
1313 COOL_OFF_PERIOD : " {{ .Values.appProperties.coolOffPeriod }}"
14- X_FRAME_OPTIONS : " {{ .Values.appProperties.xFrameOptions }}"
1514
1615# Web Services
1716 EUROPEMC_WS_API : {{ .Values.webservices.europemcApi }}
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ appProperties:
1414 queueConnection : sync
1515 schemaVersion : 1.0
1616 coolOffPeriod : 30
17- xFrameOptions : ALLOW-FROM *
1817
1918webservices :
2019 europemcApi : https://www.ebi.ac.uk/europepmc/webservices/rest/search
@@ -195,6 +194,9 @@ rdkitcatridgepostgres:
195194 postgresPassword : secret
196195 connection : pgsql
197196 port : 5432
197+ primary :
198+ persistence :
199+ size : 5Gi
198200
199201fileStorage :
200202# Below values are for file storage configuration.
You can’t perform that action at this time.
0 commit comments