Skip to content

Commit 49cbe58

Browse files
fix tpl
1 parent 30edadb commit 49cbe58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/internal-gateway/files/conf.d/s3-gateway.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ server {
1111

1212
js_set $account_name auth.account_name;
1313

14-
proxy_pass http://{{ index $vals "codefresh" "serviceEndpoints" "workflow-logs-s3-proxy" "svc" }}:{{ index $vals "codefresh" "serviceEndpoints" "workflow-logs-s3-proxy" "svc" }}/logs/$account_name/$1;
14+
proxy_pass http://{{ index $vals "codefresh" "serviceEndpoints" "workflow-logs-s3-proxy" "svc" }}:{{ index $vals "codefresh" "serviceEndpoints" "workflow-logs-s3-proxy" "port" }}/logs/$account_name/$1;
1515
}
1616

1717
location = /api/auth/authenticate {
18-
proxy_pass http://{{ index $vals "codefresh" "serviceEndpoints" "cfapi-auth" "svc" }}:{{ index $vals "codefresh" "serviceEndpoints" "cfapi-auth" "svc" }};
18+
proxy_pass http://{{ index $vals "codefresh" "serviceEndpoints" "cfapi-auth" "svc" }}:{{ index $vals "codefresh" "serviceEndpoints" "cfapi-auth" "port" }};
1919
}
2020
}

0 commit comments

Comments
 (0)