Skip to content

Commit

Permalink
fix: service port
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Nov 18, 2024
1 parent 8e43933 commit 092e49f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/openshift/nginx.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ objects:
name: "${APP_NAME}-nginx-${APP_ENVIRONMENT}"
spec:
ports:
- name: 80-tcp
port: 80
- name: 8080-tcp
port: 8080
protocol: TCP
targetPort: 8080
selector:
Expand All @@ -106,7 +106,7 @@ objects:
spec:
host: "${HOST_ROUTE}"
port:
targetPort: 80-tcp
targetPort: 8080-tcp
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
Expand Down

0 comments on commit 092e49f

Please sign in to comment.