Skip to content

Commit

Permalink
Adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 5, 2023
1 parent 5f5ea53 commit 10e80b3
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 @@ -139,7 +139,7 @@ objects:
name: "${NAME}-${ZONE}-${COMPONENT}"
spec:
host: "${NAME}-${COMPONENT}.${DOMAIN}"
path: "${ZONE}"
path: "/${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 @@ -164,7 +164,7 @@ objects:
name: ${NAME}-${ZONE}-${COMPONENT}
spec:
host: ${NAME}-${COMPONENT}.${DOMAIN}
path: ${ZONE}
path: /${ZONE}
port:
targetPort: 3000-tcp
to:
Expand Down

0 comments on commit 10e80b3

Please sign in to comment.