Skip to content

Commit

Permalink
Enabled dev ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed May 16, 2024
1 parent acdc0ed commit bfe4fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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: ClusterIP
type: NodePort
port: 80

ingress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
environment: "dev"

ingress:
enabled: false
enabled: true
hosts:
- host: "access-civil-legal-aid-dev.cloud-platform.service.justice.gov.uk"
paths:
- path: /
pathType: ImplementationSpecific

# Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file
envVars:
Expand Down

0 comments on commit bfe4fc9

Please sign in to comment.