We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378074b commit 44fab32Copy full SHA for 44fab32
charts/qlever/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: qlever
3
description: A Helm chart for the MaRDI Qlever instance
4
-version: 0.1.11
+version: 0.1.12
5
appVersion: "1.0.0"
charts/qlever/templates/ui-deployment.yaml
@@ -19,6 +19,9 @@ spec:
19
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
20
ports:
21
- containerPort: {{ .Values.frontend.port }}
22
+ env:
23
+ - name: QLEVERUI_CSRF_TRUSTED_ORIGINS
24
+ value: "https://{{ .Values.ingress.subdomain }}.{{ .Values.global.baseDomain }}"
25
volumeMounts:
26
- name: db-volume
27
mountPath: /app/db
0 commit comments