mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
18 lines
256 B
YAML
18 lines
256 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: node-exporter
|
|
k8s-app: node-exporter
|
|
name: node-exporter
|
|
spec:
|
|
type: ClusterIP
|
|
clusterIP: None
|
|
ports:
|
|
- name: http
|
|
port: 9100
|
|
protocol: TCP
|
|
selector:
|
|
app: node-exporter
|
|
|