37 lines
761 B
YAML
37 lines
761 B
YAML
#
|
|
# Copyright (c) 2012-2018 Red Hat, Inc.
|
|
# This program and the accompanying materials are made
|
|
# available under the terms of the Eclipse Public License 2.0
|
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: jaeger-agent
|
|
labels:
|
|
app: jaeger
|
|
jaeger-infra: agent-service
|
|
spec:
|
|
ports:
|
|
- name: agent-zipkin-thrift
|
|
port: 5775
|
|
protocol: UDP
|
|
targetPort: 5775
|
|
- name: agent-compact
|
|
port: 6831
|
|
protocol: UDP
|
|
targetPort: 6831
|
|
- name: agent-binary
|
|
port: 6832
|
|
protocol: UDP
|
|
targetPort: 6832
|
|
- name: agent-sampler-manager
|
|
port: 5778
|
|
protocol: TCP
|
|
targetPort: 5778
|
|
selector:
|
|
jaeger-infra: jaeger-pod
|