Skip to content

Commit 44fab32

Browse files
committed
add trusted origin
1 parent 378074b commit 44fab32

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/qlever/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: qlever
33
description: A Helm chart for the MaRDI Qlever instance
4-
version: 0.1.11
4+
version: 0.1.12
55
appVersion: "1.0.0"

charts/qlever/templates/ui-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ spec:
1919
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
2020
ports:
2121
- containerPort: {{ .Values.frontend.port }}
22+
env:
23+
- name: QLEVERUI_CSRF_TRUSTED_ORIGINS
24+
value: "https://{{ .Values.ingress.subdomain }}.{{ .Values.global.baseDomain }}"
2225
volumeMounts:
2326
- name: db-volume
2427
mountPath: /app/db

0 commit comments

Comments
 (0)