Skip to content

Commit

Permalink
Add maestro kafka url (#46)
Browse files Browse the repository at this point in the history
Add maestro kafka url (#46)
  • Loading branch information
etaques authored Nov 22, 2022
1 parent fdf50bc commit 56c8599
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: orb
description: Orb Observability Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.35
version: 1.0.36
appVersion: "0.21.0"
home: https://getorb.io
sources:
Expand Down
2 changes: 2 additions & 0 deletions charts/orb/templates/maestro-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
{{ else }}
value: {{ .Values.maestro.redisESHost }}:{{ .Values.maestro.redisESPort }}
{{ end }}
- name: ORB_SINKER_OTEL_KAFKA_URL
value: {{ .Values.maestro.kafka.host }}:{{ .Values.maestro.kafka.port }}
- name: ORB_MAESTRO_LOG_LEVEL
value: {{ default .Values.defaults.logLevel .Values.maestro.logLevel }}
image: "{{ default .Values.defaults.image.repository .Values.maestro.image.repository }}/{{ default .Values.maestro.image.name }}:{{ default .Values.defaults.image.tag .Values.maestro.image.tag }}"
Expand Down
3 changes: 3 additions & 0 deletions charts/orb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ zookeeper:
maestro:
redisESHost: "" # Set this field with host if you want to point to external database such as Elasticache
redisESPort: 6379
kafka:
host: orb-live-stg-kafka
port: 9092
rbac:
create: false # set this true to create ClusterRoleBinding
serviceAccountName: "k8s-maestro-role"
Expand Down

0 comments on commit 56c8599

Please sign in to comment.