Skip to content

Commit

Permalink
Remove backend route
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 6, 2024
1 parent 2d96540 commit 3404451
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,20 +231,3 @@ objects:
targetPort: 8080
selector:
deploymentconfig: ${NAME}-${ZONE}-${COMPONENT}
- kind: Route
apiVersion: route.openshift.io/v1
metadata:
labels:
app: ${NAME}-${ZONE}
name: ${NAME}-${ZONE}-${COMPONENT}
spec:
host: ${NAME}-${URL_ZONE}-${COMPONENT}.${DOMAIN}
port:
targetPort: 8080-tcp
to:
kind: Service
name: ${NAME}-${ZONE}-${COMPONENT}
weight: 100
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect

0 comments on commit 3404451

Please sign in to comment.