From fdf50bca81a9a10c3955f9eb85e3b0ba18d1c1f8 Mon Sep 17 00:00:00 2001 From: etaques <97463920+etaques@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:16:56 -0300 Subject: [PATCH] [Fix] sinks grpc host on maestro (#45) [Fix] sinks grpc host on maestro (#45) --- charts/orb/Chart.yaml | 4 ++-- charts/orb/templates/maestro-deployment.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/orb/Chart.yaml b/charts/orb/Chart.yaml index a3f74e7..901c8dd 100644 --- a/charts/orb/Chart.yaml +++ b/charts/orb/Chart.yaml @@ -10,8 +10,8 @@ name: orb description: Orb Observability Platform icon: https://avatars1.githubusercontent.com/u/13207490 type: application -version: 1.0.34 -appVersion: "0.20.0" +version: 1.0.35 +appVersion: "0.21.0" home: https://getorb.io sources: - https://hub.docker.com/u/ns1labs/ diff --git a/charts/orb/templates/maestro-deployment.yaml b/charts/orb/templates/maestro-deployment.yaml index ab9c457..2b0f1a2 100644 --- a/charts/orb/templates/maestro-deployment.yaml +++ b/charts/orb/templates/maestro-deployment.yaml @@ -21,6 +21,9 @@ spec: serviceAccountName: k8s-maestro-role containers: - env: + - name: ORB_SINKS_GRPC_URL + value: + {{ .Release.Name }}-envoy:{{ .Values.sinks.grpcPort }} - name: ORB_MAESTRO_ES_URL {{ if not .Values.maestro.redisESHost }} value: {{ .Release.Name }}-redis-streams-master:{{ .Values.maestro.redisESPort }}