2026-03-31 08:53:28 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: prometheus-tailscale
|
|
|
|
|
namespace: observability
|
|
|
|
|
annotations:
|
|
|
|
|
tailscale.com/hostname: prometheus
|
|
|
|
|
tailscale.com/proxy-class: infra-stable
|
|
|
|
|
spec:
|
|
|
|
|
type: LoadBalancer
|
|
|
|
|
loadBalancerClass: tailscale
|
|
|
|
|
selector:
|
|
|
|
|
app.kubernetes.io/name: prometheus
|
2026-03-31 22:54:57 +00:00
|
|
|
operator.prometheus.io/name: observability-kube-prometh-prometheus
|
2026-03-31 08:53:28 +00:00
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
port: 9090
|
|
|
|
|
protocol: TCP
|
|
|
|
|
targetPort: 9090
|