Skip to content

Commit 6125b5a

Browse files
committed
fix: update deployment output URLs to HTTPS and correct demo script path
Signed-off-by: Yossi Ovadia <[email protected]>
1 parent dfc95da commit 6125b5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

deploy/openshift/demo-routing-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ main() {
459459
log "INFO" "4. Check model labels show: semantic-router, coding-model, general-model"
460460
log "INFO" ""
461461
log "INFO" "To re-run this test:"
462-
log "INFO" " ./scripts/demo-routing-test.sh"
462+
log "INFO" " ./deploy/openshift/demo-routing-test.sh"
463463
log "INFO" ""
464464
}
465465

deploy/openshift/deploy-to-openshift.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,12 +836,12 @@ show_observability_info() {
836836
echo ""
837837
log "SUCCESS" "Access URLs:"
838838
if [[ -n "$grafana_route" ]]; then
839-
echo " Grafana: http://$grafana_route (Login: admin/admin)"
840-
echo " Dashboard: http://$grafana_route/d/llm-router-metrics"
839+
echo " Grafana: https://$grafana_route (Login: admin/admin)"
840+
echo " Dashboard: https://$grafana_route/d/llm-router-metrics"
841841
fi
842842
if [[ -n "$prometheus_route" ]]; then
843-
echo " Prometheus: http://$prometheus_route"
844-
echo " Targets: http://$prometheus_route/targets"
843+
echo " Prometheus: https://$prometheus_route"
844+
echo " Targets: https://$prometheus_route/targets"
845845
fi
846846

847847
echo ""

0 commit comments

Comments
 (0)