Skip to content

Instantly share code, notes, and snippets.

@zhaohuabing
Created August 24, 2019 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhaohuabing/88087b62cf080b58afe1b733953d39ac to your computer and use it in GitHub Desktop.
Save zhaohuabing/88087b62cf080b58afe1b733953d39ac to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: jaeger-query
namespace: istio-system
annotations:
labels:
app: jaeger
jaeger-infra: jaeger-service
chart: tracing
heritage: Tiller
release: istio
spec:
ports:
- name: query-http
port: 16686
protocol: TCP
targetPort: 16686
nodePort: 30088
type: NodePort
selector:
app: jaeger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment