Skip to content

Commit

Permalink
Update backend route port.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 9, 2024
1 parent c433a31 commit d013a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ objects:
ports:
- name: web
protocol: TCP
port: 8000
targetPort: 8000
port: 8080
targetPort: 8080
selector:
name: nr-gwells-${NAME_SUFFIX}-backend
type: ClusterIP
Expand All @@ -502,7 +502,7 @@ objects:
appver: gwells-${NAME_SUFFIX}-backend
spec:
host: nr-gwells-${NAME_SUFFIX}-backend.apps.silver.devops.gov.bc.ca
# path: "/gwells"
path: "/gwells"
to:
kind: Service
name: nr-gwells-${NAME_SUFFIX}-backend
Expand Down

0 comments on commit d013a3d

Please sign in to comment.