You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
288 B
17 lines
288 B
8 months ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: jaeger
|
||
|
spec:
|
||
|
selector:
|
||
|
app: example-hotrod
|
||
|
ports:
|
||
|
- name: tracing
|
||
|
protocol: UDP
|
||
|
port: 6831
|
||
|
targetPort: tracing-jaeger
|
||
|
- name: frontend
|
||
|
protocol: TCP
|
||
|
port: 16686
|
||
|
targetPort: frontend-jaeger
|