|
@ -65,8 +65,12 @@ spec: |
|
|
serviceName: ssl-redirect |
|
|
serviceName: ssl-redirect |
|
|
servicePort: use-annotation |
|
|
servicePort: use-annotation |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
{{- if and (contains "nginx" .Values.ingress.class) (.Values.ingress.vhostmonster) }} |
|
|
{{- if contains "nginx" .Values.ingress.class }} |
|
|
|
|
|
{{- if .Values.ingress.vhostmonster }} |
|
|
- path: /(.*) |
|
|
- path: /(.*) |
|
|
|
|
|
{{- else }} |
|
|
|
|
|
- path: / |
|
|
|
|
|
{{- end }} |
|
|
{{- else }} |
|
|
{{- else }} |
|
|
- path: /* |
|
|
- path: /* |
|
|
{{- end }} |
|
|
{{- end }} |
|
|