Skip to content

Commit

Permalink
Added TLS to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed May 17, 2024
1 parent 8036236 commit 5121374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ jobs:
--set image.tag=${IMAGE_TAG} \
--set fullnameOverride=${CLEANED_BRANCH_NAME} \
--set ingress.hosts[0].host=${CLEANED_BRANCH_NAME}.${DEV_HOST} \
--set tls.hosts[0]=${CLEANED_BRANCH_NAME}.${DEV_HOST} \
--force \
--install
3 changes: 3 additions & 0 deletions helm_deploy/laa-access-civil-legal-aid/values/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ environment: "dev"

ingress:
enabled: true
tls:
- hosts:
- "access-civil-legal-aid-dev.cloud-platform.service.justice.gov.uk"
hosts:
- host: "access-civil-legal-aid-dev.cloud-platform.service.justice.gov.uk"
paths:
Expand Down

0 comments on commit 5121374

Please sign in to comment.