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 }}