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