File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
charts/internal-gateway/files/conf.d Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ server {
11
11
12
12
js_set $account_name auth.account_name;
13
13
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;
15
15
}
16
16
17
17
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 " }};
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments