Skip to content

Commit

Permalink
Pass environment variable to metfragREST
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Jun 21, 2023
1 parent 15d4853 commit 22ca582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/metfrag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: metfrag
description: A Helm chart for the MetFrag application
type: application
version: 0.1.18
version: 0.1.19
appVersion: "latest"
icon: https://msbi.ipb-halle.de/MetFragLogo232x128.png

Expand Down
4 changes: 2 additions & 2 deletions charts/metfrag/templates/deploymentREST.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
env:
- name: RESTPREFIX
value: {{ .Values.webRESTpath }}
- name: METFRAGREST_CONTROLLER_PATH
value: {{ .Values.RESTpath }}
- name: JAVA_OPTS
value: -Xmx4g -Xms4g
volumes:
Expand Down

0 comments on commit 22ca582

Please sign in to comment.