This is an automated email from the ASF dual-hosted git repository.
ericholguin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 3019ea8e77 Fix CiaB TPv2 Container (#7680)
3019ea8e77 is described below
commit 3019ea8e77a4dbb0f39c14a670f9fa806ff0431d
Author: Steve Hamrick <[email protected]>
AuthorDate: Mon Jul 31 15:08:23 2023 -0600
Fix CiaB TPv2 Container (#7680)
Add redirect to tpv1 config
---
infrastructure/cdn-in-a-box/traffic_portal_v2/run.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/infrastructure/cdn-in-a-box/traffic_portal_v2/run.sh
b/infrastructure/cdn-in-a-box/traffic_portal_v2/run.sh
index a5a99f07f2..c819aa44a8 100755
--- a/infrastructure/cdn-in-a-box/traffic_portal_v2/run.sh
+++ b/infrastructure/cdn-in-a-box/traffic_portal_v2/run.sh
@@ -53,6 +53,7 @@ echo "$(jq "$(<<JQ_FILTERS cat
.certPath = "$cert" |
.keyPath = "$key" |
.port = $TP2_PORT |
+ .tpv1Url = "https://localhost" |
.insecure = true
JQ_FILTERS
)" /etc/traffic-portal/config.json )" > /etc/traffic-portal/config.json