Skip to content

Commit

Permalink
Update to non-prod URL (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 authored Mar 7, 2024
1 parent bc0eb36 commit 1867ace
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deploy/demo/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
namespace: intranet-demo
data:
WP_ENV: "production"
WP_HOME: 'https://intranet-demo.apps.live.cloud-platform.service.justice.gov.uk'
WP_SITEURL: 'https://intranet-demo.apps.live.cloud-platform.service.justice.gov.uk/wp'
WP_HOME: 'https://demo-intranet.apps.live.cloud-platform.service.justice.gov.uk'
WP_SITEURL: 'https://demo-intranet.apps.live.cloud-platform.service.justice.gov.uk/wp'
SENTRY_DEV_ID: '-demo'
4 changes: 2 additions & 2 deletions deploy/demo/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ spec:
ingressClassName: default
tls:
- hosts:
- intranet-demo.apps.live.cloud-platform.service.justice.gov.uk
- demo-intranet.apps.live.cloud-platform.service.justice.gov.uk
rules:
- host: intranet-demo.apps.live.cloud-platform.service.justice.gov.uk
- host: demo-intranet.apps.live.cloud-platform.service.justice.gov.uk
http:
paths:
- path: /
Expand Down
4 changes: 2 additions & 2 deletions deploy/development/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
namespace: intranet-dev
data:
WP_ENV: "development"
WP_HOME: 'https://dev.justice.gov.uk'
WP_SITEURL: 'https://dev.justice.gov.uk/wp'
WP_HOME: 'https://dev-intranet.apps.live.cloud-platform.service.justice.gov.uk'
WP_SITEURL: 'https://dev-intranet.apps.live.cloud-platform.service.justice.gov.uk/wp'
4 changes: 2 additions & 2 deletions deploy/staging/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
namespace: intranet-staging
data:
WP_ENV: "staging"
WP_HOME: 'https://intranet-staging.apps.live.cloud-platform.service.justice.gov.uk'
WP_SITEURL: 'https://intranet-staging.apps.live.cloud-platform.service.justice.gov.uk/wp'
WP_HOME: 'https://staging-intranet.apps.live.cloud-platform.service.justice.gov.uk'
WP_SITEURL: 'https://staging-intranet.apps.live.cloud-platform.service.justice.gov.uk/wp'
4 changes: 2 additions & 2 deletions deploy/staging/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ spec:
ingressClassName: default
tls:
- hosts:
- intranet-staging.apps.live.cloud-platform.service.justice.gov.uk
- staging-intranet.apps.live.cloud-platform.service.justice.gov.uk
rules:
- host: intranet-staging.apps.live.cloud-platform.service.justice.gov.uk
- host: staging-intranet.apps.live.cloud-platform.service.justice.gov.uk
http:
paths:
- path: /
Expand Down

0 comments on commit 1867ace

Please sign in to comment.