From 8c869e5db8583a04a0096faaaf37723370c5a9b0 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 11 Aug 2021 15:11:02 +0200 Subject: [PATCH] fix: fix service name target for NATS istio support --- charts/kubezero-mq/templates/nats/istio-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubezero-mq/templates/nats/istio-service.yaml b/charts/kubezero-mq/templates/nats/istio-service.yaml index 1d867eec..a70096e8 100644 --- a/charts/kubezero-mq/templates/nats/istio-service.yaml +++ b/charts/kubezero-mq/templates/nats/istio-service.yaml @@ -16,7 +16,7 @@ spec: - port: 1883 route: - destination: - host: {{ .Release.Name }}-nats + host: nats port: number: 1883 {{- end }}