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,20 +2,26 @@ apiVersion: apps/v1
kind: Deployment
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:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/component: exporter
app.kubernetes.io/name: blackbox-exporter
app.kubernetes.io/part-of: kube-prometheus
template:
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
spec:
containers:
- args:
@@ -71,6 +77,13 @@ spec:
ports:
- containerPort: 9115
name: https
resources:
limits:
cpu: 20m
memory: 40Mi
requests:
cpu: 10m
memory: 20Mi
securityContext:
runAsGroup: 65532
runAsNonRoot: true