Skip to content

Commit

Permalink
Renamed Route definition and fixed targetPort.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Sep 28, 2023
1 parent 1b10b11 commit 6752777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/openshift/d365api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ objects:
- apiVersion: v1
kind: Route
metadata:
name: '${APP_NAME}-d365api-https'
name: '${APP_NAME}-d365api'
labels:
app: '${APP_NAME}-${BRANCH}'
annotations:
Expand All @@ -128,7 +128,7 @@ objects:
name: '${APP_NAME}-d365api'
weight: 100
port:
targetPort: 8080-tcp
targetPort: 5091-tcp
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect
Expand Down

0 comments on commit 6752777

Please sign in to comment.