From 19e279e51972073a321fdff5b5aa2cfc1c3b1937 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 25 Apr 2024 11:47:33 +0100 Subject: [PATCH] Add new HMI Prisons subdomain to ingress --- helm_deploy/wordpress/templates/ingress.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/helm_deploy/wordpress/templates/ingress.yaml b/helm_deploy/wordpress/templates/ingress.yaml index 408769a7..4aea8bbd 100644 --- a/helm_deploy/wordpress/templates/ingress.yaml +++ b/helm_deploy/wordpress/templates/ingress.yaml @@ -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 }} @@ -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 }}