Skip to content

Commit

Permalink
Merge pull request #116 from ministryofjustice/npm-live
Browse files Browse the repository at this point in the history
NPM Ingress go live
  • Loading branch information
RobLoweMOJ authored Oct 10, 2023
2 parents 6c08b33 + 3cd1ca3 commit e8a1ad0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions helm_deploy/wordpress/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ spec:
- hosts:
- www.prisonandprobationjobs.gov.uk
secretName: ppj-www-cert
- hosts:
- nationalpreventivemechanism.org.uk
secretName: nationalpreventivemechanism-cert
- hosts:
- www.nationalpreventivemechanism.org.uk
secretName: nationalpreventivemechanism-www-cert
{{- end }}
rules:
- host: {{ .Values.domain }}
Expand Down Expand Up @@ -218,5 +224,25 @@ spec:
name: wordpress
port:
number: 8080
- host: nationalpreventivemechanism.org.uk
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: wordpress
port:
number: 8080
- host: www.nationalpreventivemechanism.org.uk
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: wordpress
port:
number: 8080
{{- end }}
{{- end }}

0 comments on commit e8a1ad0

Please sign in to comment.