1
0
Fork 0

update blackbox-exporter

This commit is contained in:
Massaki Archambault 2024-04-05 19:52:32 -04:00
parent a44482b7cd
commit 78ee948773
2 changed files with 7 additions and 2 deletions

View File

@ -25,6 +25,11 @@ spec:
limits: limits:
memory: 128Mi memory: 128Mi
cpu: 100m cpu: 100m
securityContext:
allowPrivilegeEscalation: true
capabilities:
add:
- NET_RAW
ports: ports:
- containerPort: 9115 - containerPort: 9115
name: http-metrics name: http-metrics

View File

@ -30,8 +30,8 @@ images:
# - name: prom/node-exporter # - name: prom/node-exporter
# newTag: v0.18.1 # newTag: v0.18.1
- name: prom/blackbox-exporter - name: prom/blackbox-exporter
newName: badjware/blackbox-exporter-tweak # newName: badjware/blackbox-exporter-tweak
newTag: 0.21.1 newTag: v0.24.0
# - name: drone/drone # - name: drone/drone
# newTag: 2.14.0 # newTag: 2.14.0
# - name: drone/drone-runner-kube # - name: drone/drone-runner-kube