Skip to content

Commit

Permalink
Merge pull request #150 from ministryofjustice/add-lo-members-subdomain
Browse files Browse the repository at this point in the history
Add Lay Observers members subdomain
  • Loading branch information
brown-a2 authored Dec 1, 2023
2 parents a8379a9 + 2800cab commit 521de82
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 @@ -104,6 +104,9 @@ spec:
- hosts:
- www.layobservers.org
secretName: layobservers-www-cert
- hosts:
- members.layobservers.org
secretName: layobservers-members-cert
{{- end }}
rules:
- host: {{ .Values.domain }}
Expand Down Expand Up @@ -387,5 +390,15 @@ spec:
name: wordpress
port:
number: 8080
- host: members.layobservers.org
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: wordpress
port:
number: 8080
{{- end }}
{{- end }}

0 comments on commit 521de82

Please sign in to comment.