Skip to content

Commit

Permalink
ci: change routing format
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 5, 2023
1 parent 8e8de45 commit 0858127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ objects:
app: "${NAME}-${ZONE}"
name: "${NAME}-${ZONE}-${COMPONENT}"
spec:
host: "${NAME}-${ZONE}-${COMPONENT}.${DOMAIN}"
host: "${NAME}-${COMPONENT}.${DOMAIN}/${ZONE}"
port:
targetPort: 8080-tcp
to:
Expand Down
2 changes: 1 addition & 1 deletion frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ objects:
app: ${NAME}-${ZONE}
name: ${NAME}-${ZONE}-${COMPONENT}
spec:
host: ${NAME}-${ZONE}-${COMPONENT}.${DOMAIN}
host: ${NAME}-${COMPONENT}.${DOMAIN}/${ZONE}
port:
targetPort: 3000-tcp
to:
Expand Down

0 comments on commit 0858127

Please sign in to comment.