Fix virtual-service calling moqui.fullname.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | apiVersion: networking.istio.io/v1alpha3 | 2 | apiVersion: networking.istio.io/v1alpha3 |
3 | kind: VirtualService | 3 | kind: VirtualService |
4 | metadata: | 4 | metadata: |
5 | name: {{ include "moqui.fullname" }} | 5 | name: {{ include "moqui.fullname" . }} |
6 | labels: | 6 | labels: |
7 | {{- include "moqui.labels" . | nindent 4 }} | 7 | {{- include "moqui.labels" . | nindent 4 }} |
8 | spec: | 8 | spec: |
... | @@ -14,5 +14,5 @@ spec: | ... | @@ -14,5 +14,5 @@ spec: |
14 | - destination: | 14 | - destination: |
15 | port: | 15 | port: |
16 | number: 8080 | 16 | number: 8080 |
17 | host: {{ include "moqui.fullname" }} | 17 | host: {{ include "moqui.fullname" . }} |
18 | {{- end }} | 18 | {{- end }} | ... | ... |
-
Please register or sign in to post a comment