Skip to content

Commit

Permalink
Fix another reference
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Apr 29, 2024
1 parent 9e00394 commit ff6bcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/templates/deploy.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ objects:
haproxy.router.openshift.io/balance: roundrobin
haproxy.router.openshift.io/disable_cookies: "true"
spec:
host: ${APP_NAME}-${SUFFIX}${ENVIRONMENT}.${SECOND_LEVEL_DOMAIN}
host: ${APP_NAME}-${SUFFIX}.${SECOND_LEVEL_DOMAIN}
port:
targetPort: 3000-tcp
to:
Expand Down

0 comments on commit ff6bcff

Please sign in to comment.