mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update labels used to discover query pod (#13913)
Signed-off-by: Chris Bailey <baileyc@uk.ibm.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1fc0ca9191
commit
ec9aeaf425
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user