Skip to content

Commit

Permalink
removed unused routes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaise-aot committed Nov 16, 2023
1 parent 82e348b commit bdbd216
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
19 changes: 0 additions & 19 deletions openshift/templates/etl/debezium-kafka.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,25 +86,6 @@ objects:
sessionAffinity: None
# status:
# loadBalancer: {}
- kind: Route
apiVersion: v1
metadata:
name: "${API_NAME}"
labels:
app: "${API_NAME}"
app-group: "${APP_GROUP}"
template: "${API_NAME}-deploy"
spec:
to:
kind: Service
name: "${API_NAME}"
weight: 100
port:
targetPort: 9092-tcp
tls:
termination: edge
wildcardPolicy: None
host: "${API_NAME}-${TAG_NAME}.apps.silver.devops.gov.bc.ca"
parameters:
- name: API_NAME
displayName: Name
Expand Down
19 changes: 0 additions & 19 deletions openshift/templates/etl/debezium-postgis.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,6 @@ objects:
sessionAffinity: None
# status:
# loadBalancer: {}
- kind: Route
apiVersion: v1
metadata:
name: "${API_NAME}"
labels:
app: "${API_NAME}"
app-group: "${APP_GROUP}"
template: "${API_NAME}-deploy"
spec:
to:
kind: Service
name: "${API_NAME}"
weight: 100
port:
targetPort: 5432-tcp
tls:
termination: edge
wildcardPolicy: None
host: "${API_NAME}-${TAG_NAME}.apps.silver.devops.gov.bc.ca"
parameters:
- name: API_NAME
displayName: Name
Expand Down
19 changes: 0 additions & 19 deletions openshift/templates/etl/debezium-zookeeper.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,25 +87,6 @@ objects:
sessionAffinity: None
# status:
# loadBalancer: {}
- kind: Route
apiVersion: v1
metadata:
name: "${API_NAME}"
labels:
app: "${API_NAME}"
app-group: "${APP_GROUP}"
template: "${API_NAME}-deploy"
spec:
to:
kind: Service
name: "${API_NAME}"
weight: 100
port:
targetPort: 2181-tcp
tls:
termination: edge
wildcardPolicy: None
host: "${API_NAME}-${TAG_NAME}.apps.silver.devops.gov.bc.ca"
parameters:
- name: API_NAME
displayName: Name
Expand Down

0 comments on commit bdbd216

Please sign in to comment.