Skip to content

Commit

Permalink
Merge pull request #138 from bcgov/main
Browse files Browse the repository at this point in the history
Removing Route
  • Loading branch information
kamal-mohammed authored Sep 14, 2022
2 parents 36a1549 + 26645ca commit f5c5971
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tools/openshift/api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,6 @@ objects:
selector:
app: "${REPO_NAME}"
deploymentconfig: "${REPO_NAME}-dc"
- apiVersion: v1
kind: Route
metadata:
labels:
app: "${REPO_NAME}"
name: "${REPO_NAME}"
spec:
host: "${HOST_ROUTE}"
path: ${HOST_PATH}
port:
targetPort: ${CONTAINER_PORT}-tcp
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
to:
kind: Service
name: "${REPO_NAME}"
weight: 100
wildcardPolicy: None
- apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
Expand Down

0 comments on commit f5c5971

Please sign in to comment.