Skip to content

Commit

Permalink
Merge pull request #74 from ministryofjustice/remove-share-sub-domain
Browse files Browse the repository at this point in the history
Remove share subdomain
  • Loading branch information
georgepstaylor authored Jul 16, 2024
2 parents 066cecc + 1780e23 commit a682b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alfresco-content-services/templates/ingress-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ spec:
ingressClassName: default
tls:
- hosts:
- share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
- {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
secretName: share-ingress-cert
rules:
- host: share.{{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
- host: {{ .Release.Namespace }}.{{ .Values.repository.ingress.hostName }}
http:
paths:
- path: {{ .Values.share.ingress.path }}
Expand Down

0 comments on commit a682b79

Please sign in to comment.