forked from open-telemetry/opentelemetry-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.yaml
More file actions
27 lines (27 loc) · 656 Bytes
/
Copy pathservice.yaml
File metadata and controls
27 lines (27 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
# Source: opentelemetry-kube-stack/templates/exporters/kube-dns/service.yaml
apiVersion: v1
kind: Service
metadata:
name: example-kube-dns
labels:
app: opentelemetry-kube-stack-kube-dns
jobLabel: kube-dns
helm.sh/chart: opentelemetry-kube-stack-0.15.1
app.kubernetes.io/version: "0.151.0"
app.kubernetes.io/managed-by: Helm
release: "example"
namespace: kube-system
spec:
clusterIP: None
ports:
- name: http-metrics-dnsmasq
port: 10054
protocol: TCP
targetPort: 10054
- name: http-metrics-skydns
port: 10055
protocol: TCP
targetPort: 10055
selector:
k8s-app: kube-dns