Skip to content

Commit

Permalink
Step two: swap hosts over
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-laa committed Nov 6, 2023
1 parent 2c11fad commit d3d8ed5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ workflows:
- end2end_tests
- linters
- build_and_push
- Deploy staging to existing namespace
post-steps:
- jira/notify:
job_type: deployment
Expand Down
10 changes: 4 additions & 6 deletions helm_deploy/laa-estimate-eligibility/values/ccq-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ service:

ingress:
hosts:
- host: main-ccq-staging.cloud-platform.service.justice.gov.uk
- host: check-your-client-qualifies-for-legal-aid-staging.cloud-platform.service.justice.gov.uk
secret: false
# - host: check-your-client-qualifies-for-legal-aid-staging.cloud-platform.service.justice.gov.uk
# secret: false
# - host: staging.check-your-client-qualifies-for-legal-aid.service.gov.uk
# secret: ccq-staging-cert-secret
- host: staging.check-your-client-qualifies-for-legal-aid.service.gov.uk
secret: ccq-staging-cert-secret
annotations:
external-dns.alpha.kubernetes.io/set-identifier: "check-client-qualifies-laa-estimate-eligibility-laa-check-client-qualifies-staging-green"
external-dns.alpha.kubernetes.io/aws-weight: "0"
external-dns.alpha.kubernetes.io/aws-weight: "100"

postgresql:
enabled: false
Expand Down
4 changes: 1 addition & 3 deletions helm_deploy/laa-estimate-eligibility/values/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ service:

ingress:
hosts:
- host: check-your-client-qualifies-for-legal-aid-staging.cloud-platform.service.justice.gov.uk
- host: ccq-staging-old-namespace.cloud-platform.service.justice.gov.uk
secret: false
- host: staging.check-your-client-qualifies-for-legal-aid.service.gov.uk
secret: ccq-staging-cert-secret
annotations:
external-dns.alpha.kubernetes.io/set-identifier: "check-client-qualifies-laa-estimate-eligibility-laa-estimate-financial-eligibility-for-legal-aid-staging-green"
external-dns.alpha.kubernetes.io/aws-weight: "100"
Expand Down

0 comments on commit d3d8ed5

Please sign in to comment.