rpi.carlosedp.cluster-monit.../manifests/armexporter/service.yaml

19 lines
280 B
YAML
Raw Normal View History

2018-03-02 01:03:53 +01:00
apiVersion: v1
kind: Service
metadata:
namespace: monitoring
2018-03-02 01:03:53 +01:00
labels:
app: arm-exporter
2018-03-02 01:03:53 +01:00
k8s-app: arm-exporter
name: arm-exporter
spec:
type: ClusterIP
clusterIP: None
2018-03-02 01:03:53 +01:00
ports:
- name: http
port: 9243
protocol: TCP
selector:
k8s-app: arm-exporter