manifests: regenerate

This commit is contained in:
paulfantom
2021-01-05 16:39:49 +01:00
parent 09ce4afca8
commit 1c06faf207
4 changed files with 30 additions and 4 deletions

View File

@@ -2,8 +2,10 @@ apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: blackbox-exporter
app.kubernetes.io/version: v0.18.0
app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 0.18.0
name: blackbox-exporter
namespace: monitoring
spec:
@@ -15,4 +17,6 @@ spec:
port: 19115
targetPort: http
selector:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: blackbox-exporter
app.kubernetes.io/part-of: kube-prometheus