Add Prometheus scraping to Kubernetes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user