Skip to content

Commit

Permalink
Revert container name change.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Dec 10, 2024
1 parent 76c851a commit ec51520
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ objects:
emptyDir:
sizeLimit: 250Mi
containers:
- name: nr-gwells-app-${NAME_SUFFIX}-backend
- name: gwells-app-${NAME_SUFFIX}-backend
image: 'ghcr.io/bcgov/nr-gwells/backend:${IMAGE_TAG}'
volumeMounts:
- name: staticfiles
Expand Down Expand Up @@ -484,12 +484,13 @@ objects:
# description: Exposes and load balances the application pods
spec:
ports:
- name: web
protocol: TCP
port: 8080
targetPort: 8080
- name: web
protocol: TCP
port: 8080
targetPort: 8080
selector:
service: nr-gwells-${NAME_SUFFIX}-backend
app: nr-gwells-${NAME_SUFFIX}-backend
type: ClusterIP
sessionAffinity: None
- kind: Route
Expand Down

0 comments on commit ec51520

Please sign in to comment.