Skip to content

Commit

Permalink
fix(traefik): update graphql load balancer path
Browse files Browse the repository at this point in the history
closes #158
  • Loading branch information
lorenzo-cavazzi committed Aug 6, 2019
1 parent 7a0271d commit 4e1389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/renku-gateway/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ data:
[http.services.graphql.LoadBalancer]
method = "drr"
[[http.services.graphql.LoadBalancer.servers]]
url = {{ default (printf "%s://%s" (include "gateway.protocol" .) .Values.global.renku.domain) | quote }}
url = {{ printf "http://%s" (include "knowledgeGraph.fullname" .) | default (printf "http://%s-knowledge-graph" .Release.Name ) | quote }}
weight = 1

0 comments on commit 4e1389f

Please sign in to comment.