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
Branches
No related tags found
No related merge requests found
Pipeline #2806 passed
...@@ -45,7 +45,7 @@ spec: ...@@ -45,7 +45,7 @@ spec:
- "8080" - "8080"
- "--public" - "--public"
- "--allow-origin" - "--allow-origin"
- "{{ .Values.ingress.origins }}" - "{{ join "," .Values.ingress.origins }}"
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 8080
......
...@@ -43,6 +43,7 @@ service: ...@@ -43,6 +43,7 @@ service:
ingress: ingress:
host: "example.com" host: "example.com"
path: "/" path: "/"
origins: [ ]
annotations: { } annotations: { }
podAnnotations: { } podAnnotations: { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment