Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3-bug-fixes/pr-1677
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix an issue related to installing the SFT helm chart as a sub chart to the wire-server chart.
2 changes: 1 addition & 1 deletion charts/sftd/templates/configmap-join-call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
location /healthz { return 204; }

location ~ ^/sfts/([a-z0-9\-]+)/(.*) {
proxy_pass http://$1.sftd.${POD_NAMESPACE}.svc.cluster.local:8585/$2;
proxy_pass http://$1.{{ include "sftd.fullname" . }}.${POD_NAMESPACE}.svc.cluster.local:8585/$2;
}

}