Skip to content

Commit

Permalink
Beware: may not work with fylr prior to 6.14: less fylr-internal prox…
Browse files Browse the repository at this point in the history
…ying, see #73787
  • Loading branch information
KlausThornProgrammfabrik committed Nov 6, 2024
1 parent 4355ce5 commit 1cdebcb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/fylr/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,12 @@ data:
{{- toYaml .Values.fylr.execserver.addresses | nindent 10 }}
{{- end }}
services+:
webapp:
webapp+:
addr: :8080
oauth2:
clientID: "fylr-web-frontend"
internalURL: "http://{{ include "fylr.service-api-name" . }}.{{ .Release.Namespace }}.svc:{{ .Values.services.api.port }}"
reverseProxy:
api: "http://{{ include "fylr.service-api-name" . }}.{{ .Release.Namespace }}.svc:{{ .Values.services.api.port }}"
reverseProxy+:
backend: "http://{{ include "fylr.service-backend-name" . }}.{{ .Release.Namespace }}.svc:{{ .Values.services.backend.port }}"
{{- if .Values.fylr.services.webapp.basicAuth }}
basicAuth:
Expand Down

0 comments on commit 1cdebcb

Please sign in to comment.