Skip to content

Commit

Permalink
Give share ingress unique hostname and cert
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Grzeskowiak committed May 15, 2024
1 parent ee14cd6 commit b4f8907
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 b4f8907

Please sign in to comment.