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.
23 lines
540 B
23 lines
540 B
3 months ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
app.kubernetes.io/component: exporter
|
||
|
app.kubernetes.io/name: blackbox-exporter
|
||
|
app.kubernetes.io/part-of: kube-prometheus
|
||
|
app.kubernetes.io/version: 0.19.0
|
||
|
name: blackbox-exporter
|
||
|
namespace: monitoring
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: https
|
||
|
port: 9115
|
||
|
targetPort: https
|
||
|
- name: probe
|
||
|
port: 19115
|
||
|
targetPort: http
|
||
|
selector:
|
||
|
app.kubernetes.io/component: exporter
|
||
|
app.kubernetes.io/name: blackbox-exporter
|
||
|
app.kubernetes.io/part-of: kube-prometheus
|