Skip to content

Commit

Permalink
fix:[nmrxiv-app] - clean pythonmicroservice from
Browse files Browse the repository at this point in the history
configmap
  • Loading branch information
NishaSharma14 committed Dec 5, 2023
1 parent 6f31c68 commit 3ee0792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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.6.8
version: 0.6.9

# 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
4 changes: 0 additions & 4 deletions charts/nmrxiv-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ data:
#Nmrium Properties
NMRIUM_URL: {{ required "A valid .Values.nmrium.nmriumURL entry required!" .Values.nmrium.nmriumURL }}

#Python Microservice Properties
PYTHON_WS_URL: {{ printf "%s-pythonmicroservice" .Release.Name }}
PYTHON_WS_PORT: {{ .Values.pythonmicroservice.service.port | default 80 | quote }}

#Redis Properties
{{ if .Values.redis.enabled }}
SESSION_DRIVER: "{{ .Values.redis.sessionDriver }}"
Expand Down

0 comments on commit 3ee0792

Please sign in to comment.