Skip to content

Commit

Permalink
Changed service to use ClusterIP and added TLS host
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed May 17, 2024
1 parent 7ebf11c commit 248bed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm_deploy/laa-access-civil-legal-aid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ securityContext:
drop: ["ALL"]

service:
type: NodePort
type: ClusterIP
port: 80

ingress:
Expand Down
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 248bed2

Please sign in to comment.