Skip to content

Commit b14f5e9

Browse files
committed
internal-gateway: logs domain
1 parent 6cdd1e2 commit b14f5e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server {
2-
listen 80;
2+
listen {{ index . "codefresh" "workflow-logs-s3-proxy-domain" }}:80;
33

44
js_import auth.js;
55
location ~ /logs/(.+) {

charts/internal-gateway/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ codefresh:
6363
jira-addon-svc: cf-jira-addon
6464
jira-addon-port: 9000
6565

66+
workflow-logs-s3-proxy-domain: logs.codefresh.io
6667
workflow-logs-s3-proxy-svc: workflow-logs-s3-proxy
6768
workflow-logs-s3-proxy-port: 80
6869

0 commit comments

Comments
 (0)