fix: fix service name target for NATS istio support

This commit is contained in:
Stefan Reimer 2021-08-11 15:11:02 +02:00
parent 563045cd84
commit e3b1ba26b4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ spec:
- port: 1883
route:
- destination:
host: {{ .Release.Name }}-nats
host: nats
port:
number: 1883
{{- end }}