|
@ -52,7 +52,8 @@ metadata: |
|
|
spec: |
|
|
spec: |
|
|
ingressClassName: {{ .Values.master.ingress.className | quote }} |
|
|
ingressClassName: {{ .Values.master.ingress.className | quote }} |
|
|
rules: |
|
|
rules: |
|
|
- http: |
|
|
|
|
|
|
|
|
- host: {{ .Values.master.ingress.host }} |
|
|
|
|
|
http: |
|
|
paths: |
|
|
paths: |
|
|
- path: /sw-master/?(.*) |
|
|
- path: /sw-master/?(.*) |
|
|
pathType: ImplementationSpecific |
|
|
pathType: ImplementationSpecific |
|
|