Skip to content

Commit 511bb79

Browse files
committed
fix:[nmrxiv-app] update config map.
1 parent e62353b commit 511bb79

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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.0
21+
version: 0.7.1
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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 }}"
1415

1516
#Web Services
1617
EUROPEMC_WS_API: {{ .Values.webservices.europemcApi }}

charts/nmrxiv-app/values.yaml

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

1819
webservices:
1920
europemcApi: https://www.ebi.ac.uk/europepmc/webservices/rest/search

0 commit comments

Comments
 (0)