Skip to content

Commit

Permalink
Add ingress for domain intranet.justice.gov.uk
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Oct 30, 2024
1 parent 1dd8630 commit 41eee07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy/production/ingress.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
tls:
- hosts:
- prod-intranet.apps.live.cloud-platform.service.justice.gov.uk
- hosts:
- intranet.justice.gov.uk
secretName: intranet-production-cert-secret
rules:
- host: prod-intranet.apps.live.cloud-platform.service.justice.gov.uk
http:
Expand All @@ -38,3 +41,13 @@ spec:
name: nginx-service
port:
number: 8080
- host: intranet.justice.gov.uk
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nginx-service
port:
number: 8080

0 comments on commit 41eee07

Please sign in to comment.