Skip to content

Commit

Permalink
fix:[nmrxiv-app] update config map.
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 3, 2024
1 parent e62353b commit 511bb79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nmrxiv-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.7.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/nmrxiv-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data:
QUEUE_CONNECTION: {{ .Values.appProperties.queueConnection }}
SCHEMA_VERSION: "{{ .Values.appProperties.schemaVersion }}"
COOL_OFF_PERIOD: "{{ .Values.appProperties.coolOffPeriod }}"
X_FRAME_OPTIONS: "{{ .Values.appProperties.xFrameOptions }}"

#Web Services
EUROPEMC_WS_API: {{ .Values.webservices.europemcApi }}
Expand Down
1 change: 1 addition & 0 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ appProperties:
queueConnection: sync
schemaVersion: 1.0
coolOffPeriod: 30
xFrameOptions: ALLOW-FROM *

webservices:
europemcApi: https://www.ebi.ac.uk/europepmc/webservices/rest/search
Expand Down

0 comments on commit 511bb79

Please sign in to comment.