Skip to content

Commit

Permalink
[Fix] sinks grpc host on maestro (#45)
Browse files Browse the repository at this point in the history
[Fix] sinks grpc host on maestro (#45)
  • Loading branch information
etaques authored Oct 27, 2022
1 parent 2c1e9bf commit fdf50bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 3 additions & 0 deletions charts/orb/templates/maestro-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fdf50bc

Please sign in to comment.