Skip to content
Snippets Groups Projects
Verified Commit a81f35ce authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct origin handling for languagetool

parent 057525bd
No related branches found
No related tags found
Loading
Pipeline #2806 passed
......@@ -45,7 +45,7 @@ spec:
- "8080"
- "--public"
- "--allow-origin"
- "{{ .Values.ingress.origins }}"
- "{{ join "," .Values.ingress.origins }}"
ports:
- name: http
containerPort: 8080
......
......@@ -43,6 +43,7 @@ service:
ingress:
host: "example.com"
path: "/"
origins: [ ]
annotations: { }
podAnnotations: { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment