Skip to content

Commit

Permalink
Update labels used to discover query pod (helm#13913)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Bailey <[email protected]>
  • Loading branch information
seabaylea authored and davidkarlsen committed Jul 3, 2019
1 parent 850f143 commit 3d730fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.12.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
version: 0.11.0
version: 0.11.1
keywords:
- jaeger
- opentracing
Expand Down
2 changes: 1 addition & 1 deletion incubator/jaeger/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can log into the Jaeger Query UI here:
echo http://$SERVICE_IP/
{{- else if contains "ClusterIP" .Values.query.service.type }}

export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "release={{ .Release.Name }},component=query" -o jsonpath="{.items[0].metadata.name}")
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/instance={{ .Release.Name }},app.kubernetes.io/component=query" -o jsonpath="{.items[0].metadata.name}")
echo http://127.0.0.1:8080/
kubectl port-forward --namespace {{ .Release.Namespace }} $POD_NAME 8080:16686
{{- end }}

0 comments on commit 3d730fe

Please sign in to comment.