File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
talos/manifests/prom-stack/prod Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,16 @@ kube-prometheus-stack:
192192 secretName : grafana-tls-cert
193193
194194prometheus-blackbox-exporter :
195+ extraVolumes :
196+ - name : fredcorp-pki-certs
197+ configMap :
198+ name : fredcorp-pki-certs
199+ extraVolumeMounts :
200+ - name : fredcorp-pki-certs
201+ mountPath : /etc/ssl/certs/vault-pki-certs.pem
202+ subPath : vault-pki-certs.pem
203+ readOnly : true
204+
195205 ingress :
196206 enabled : true
197207 className : " nginx"
@@ -227,4 +237,12 @@ prometheus-blackbox-exporter:
227237 module : http_2xx # Module used for scraping. Overrides value set in `defaults`
228238 additionalMetricsRelabels : {} # Map of metric labels and values to add
229239 additionalRelabeling : [] # List of metric relabeling actions to run
230-
240+ - name : adguard # Human readable URL that will appear in Prometheus / AlertManager
241+ url : https://adguard.k0s-fullstack.fredcorp.com
242+ hostname : adguard.k0s-fullstack.fredcorp.com
243+ labels : {}
244+ interval : 60s
245+ scrapeTimeout : 60s
246+ module : http_2xx
247+ additionalMetricsRelabels : {}
248+ additionalRelabeling : []
You can’t perform that action at this time.
0 commit comments