Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Change tracing chart to use tracing.provider to select backend (istio…
Browse files Browse the repository at this point in the history
  • Loading branch information
objectiser authored and costinm committed Jul 22, 2018
1 parent 1ce9872 commit 96bb622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{- if .Values.jaeger.ingress.enabled -}}
{{- if .Values.jaeger.enabled -}}
{{ if (.Values.jaeger.ingress.enabled) and eq .Values.provider "jaeger" }}
{{- $servicePort := .Values.service.uiPort -}}
apiVersion: extensions/v1beta1
kind: Ingress
Expand Down Expand Up @@ -31,4 +30,3 @@ spec:
{{ toYaml .Values.jaeger.ingress.tls | indent 4 }}
{{- end -}}
{{- end -}}
{{- end -}}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.jaeger.enabled }}
{{ if eq .Values.provider "jaeger" }}

apiVersion: v1
kind: List
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/helm/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ servicegraph:

tracing:
enabled: false
provider: jaeger
jaeger:
enabled: false
memory:
max_traces: 50000
ingress:
Expand Down

0 comments on commit 96bb622

Please sign in to comment.