mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
16 lines
225 B
YAML
16 lines
225 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: snmp-exporter
|
||
|
name: snmp-exporter
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: http-metrics
|
||
|
port: 9116
|
||
|
protocol: TCP
|
||
|
targetPort: metrics
|
||
|
selector:
|
||
|
app: snmp-exporter
|
||
|
|