Skip to content

Commit 8432fc0

Browse files
authored
Merge pull request #263 from simplify9/hamza/fix/route-root-to-new-ui
Route the site root to the API service so the new admin UI is served
2 parents b927c48 + b44539f commit 8432fc0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/bitween-api-cicd-gateway.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ jobs:
6262
deploy-namespace: 'playground'
6363
routing-mode: 'gateway-api'
6464
gateway-hostnames: 'app-dev.bitween.io'
65-
gateway-paths: '/api,/swagger' # adapted from the old ingress paths
65+
# '/' serves the admin SPA out of this image's wwwroot, so the root has to route
66+
# here too — previously only /api and /swagger did, leaving the root on the retired
67+
# legacy Bitween-UI deployment and making every deploy look like the UI never changed.
68+
gateway-paths: '/,/api,/swagger'
6669
# app-dev.bitween.io is not *.sf9.io, so the deploy auto-onboards a
6770
# dedicated listener + cert-manager Certificate on the parent gateway
6871
# (public-gateway · s9-dev-edge · cilium · letsencrypt-production-gateway).

0 commit comments

Comments
 (0)