fix: Align Prometheus external URL with Tailscale service port
Prometheus is exposed on port 9090 through the Tailscale LoadBalancer service, so the configured external URL and repo docs should match the actual address users reach after rebuilds.
This commit is contained in:
@@ -49,7 +49,7 @@ spec:
|
||||
service:
|
||||
type: ClusterIP
|
||||
prometheusSpec:
|
||||
externalUrl: http://prometheus.silverside-gopher.ts.net/
|
||||
externalUrl: http://prometheus.silverside-gopher.ts.net:9090/
|
||||
routePrefix: /
|
||||
retention: 7d
|
||||
storageSpec:
|
||||
|
||||
Reference in New Issue
Block a user