Skip to content

Commit

Permalink
Merge pull request #63 from ministryofjustice/dedicated-share-ingres-…
Browse files Browse the repository at this point in the history
…hostname

Give share ingress unique hostname and cert
  • Loading branch information
pete-j-g authored May 15, 2024
2 parents 3dbdf45 + b4f8907 commit 3a19f57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions alfresco-content-services/templates/ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ spec:
ingressClassName: default
tls:
- hosts:
- {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
- share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
secretName: share-ingress-cert
rules:
- host: {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
- host: share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
http:
paths:
- path: {{ .Values.share.ingress.path }}
Expand Down

0 comments on commit 3a19f57

Please sign in to comment.