Skip to content

Commit

Permalink
Update service ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 10, 2024
1 parent d013a3d commit 8326a31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,15 +478,15 @@ objects:
creationTimestamp:
labels:
app: nr-gwells-${NAME_SUFFIX}
appver: gwells-${NAME_SUFFIX}-backend
annotations:
description: Exposes and load balances the application pods
# appver: gwells-${NAME_SUFFIX}-backend
# annotations:
# description: Exposes and load balances the application pods
spec:
ports:
- name: web
protocol: TCP
port: 8080
targetPort: 8080
targetPort: 8000
selector:
name: nr-gwells-${NAME_SUFFIX}-backend
type: ClusterIP
Expand All @@ -499,7 +499,7 @@ objects:
labels:
frontend: 'true'
app: nr-gwells-${NAME_SUFFIX}
appver: gwells-${NAME_SUFFIX}-backend
# appver: gwells-${NAME_SUFFIX}-backend
spec:
host: nr-gwells-${NAME_SUFFIX}-backend.apps.silver.devops.gov.bc.ca
path: "/gwells"
Expand Down

0 comments on commit 8326a31

Please sign in to comment.