Add Prometheus scraping to Kubernetes

This commit is contained in:
Greg Hellings
2025-11-22 20:15:40 -06:00
parent 9497957ba5
commit 82acff5857
10 changed files with 244 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: prometheus-tailscale
spec:
ingressClassName: tailscale
defaultBackend:
service:
name: prometheus
port:
name: http
tls:
- hosts:
- prometheus