Skip to content

Commit a01b730

Browse files
committed
fix:[nmrxiv-app]-increase postgres persistence
size remove xframe from config map
1 parent 511bb79 commit a01b730

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

charts/nmrxiv-app/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/nmrxiv-app/templates/configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ data:
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 }}

charts/nmrxiv-app/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ appProperties:
1414
queueConnection: sync
1515
schemaVersion: 1.0
1616
coolOffPeriod: 30
17-
xFrameOptions: ALLOW-FROM *
1817

1918
webservices:
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

199201
fileStorage:
200202
# Below values are for file storage configuration.

0 commit comments

Comments
 (0)