Skip to content

Commit

Permalink
Adjust use of environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Apr 29, 2024
1 parent 881a86f commit 9e00394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/deploy.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ parameters:
required: True
value: apps.silver.devops.gov.bc.ca
- name: ENVIRONMENT
description: Can be used to modify route (e.g. when deploying to test)
description: Used for specifying which environment sentry is running in
value: ""
- name: USE_WFWX
value: "False"
Expand Down Expand Up @@ -465,7 +465,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}
path: "/api"
port:
targetPort: 8080-tcp
Expand Down

0 comments on commit 9e00394

Please sign in to comment.