Skip to content

Commit

Permalink
Merge pull request #168 from ministryofjustice/add-hmiprisons-subdoma…
Browse files Browse the repository at this point in the history
…in-ingress

Add new HMI Prisons subdomain to ingress
  • Loading branch information
brown-a2 authored Apr 25, 2024
2 parents a488682 + 19e279e commit 3048145
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions helm_deploy/wordpress/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ spec:
- hosts:
- www.andrewmalkinson.independent-inquiry.uk
secretName: andrewmalkinson-www-cert
- hosts:
- hmiprisons.justiceinspectorates.gov.uk
secretName: justiceinspectorates-hmiprisons-cert
{{- end }}
rules:
- host: {{ .Values.domain }}
Expand Down Expand Up @@ -549,5 +552,15 @@ spec:
name: wordpress
port:
number: 8080
- host: hmiprisons.justiceinspectorates.gov.uk
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: wordpress
port:
number: 8080
{{- end }}
{{- end }}

0 comments on commit 3048145

Please sign in to comment.