Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 11, 2024
1 parent c9d17ac commit 6c43f58
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,26 +491,26 @@ objects:
name: nr-gwells-${NAME_SUFFIX}-backend
type: ClusterIP
sessionAffinity: None
# - kind: Route
# apiVersion: v1
# metadata:
# name: nr-gwells-${NAME_SUFFIX}-backend
# creationTimestamp:
# labels:
# frontend: 'true'
# app: nr-gwells-${NAME_SUFFIX}
# appver: gwells-${NAME_SUFFIX}-backend
# annotations: {}
# spec:
# host: nr-gwells-${NAME_SUFFIX}-backend.apps.silver.devops.gov.bc.ca
# path: "/gwells"
# to:
# kind: Service
# name: nr-gwells-${NAME_SUFFIX}-backend
# weight: 100
# port:
# targetPort: web
# tls:
# insecureEdgeTerminationPolicy: Redirect
# termination: edge
# wildcardPolicy: None
- kind: Route
apiVersion: v1
metadata:
name: nr-gwells-${NAME_SUFFIX}-backend
creationTimestamp:
labels:
frontend: 'true'
app: nr-gwells-${NAME_SUFFIX}
appver: gwells-${NAME_SUFFIX}-backend
annotations: {}
spec:
host: nr-gwells-${NAME_SUFFIX}-backend.apps.silver.devops.gov.bc.ca
path: "/gwells"
to:
kind: Service
name: nr-gwells-${NAME_SUFFIX}-backend
weight: 100
port:
targetPort: web
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
wildcardPolicy: None

0 comments on commit 6c43f58

Please sign in to comment.