Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
updating configmap for zipkin
Browse files Browse the repository at this point in the history
  • Loading branch information
snehachhabria committed Aug 13, 2020
1 parent fede86d commit f009556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/osm/templates/osm-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ data:
envoy_log_level: {{ .Values.OpenServiceMesh.envoyLogLevel | quote }}
prometheus_scraping: "true"

{{- if .Values.OpenServiceMesh.zipkin.enable }}
zipkin_tracing: {{ .Values.OpenServiceMesh.zipkin.enable | quote }}
zipkin_address: {{ .Values.OpenServiceMesh.zipkin.address | quote }}
zipkin_port: {{ .Values.OpenServiceMesh.zipkin.port | quote }}
zipkin_endpoint: {{ .Values.OpenServiceMesh.zipkin.endpoint | quote }}
{{- end }}

{{- if .Values.OpenServiceMesh.enableEgress }}
mesh_cidr_ranges: {{ .Values.OpenServiceMesh.meshCIDRRanges | quote }}
Expand Down

0 comments on commit f009556

Please sign in to comment.