Fix port and endpoint.

This commit is contained in:
Joseph Hanson 2024-04-08 12:11:55 -05:00
parent eb71df1e79
commit b687a2ff65
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 4 additions and 1 deletions

View file

@ -111,7 +111,7 @@ spec:
type: prometheus
uid: prometheus
access: proxy
url: http://thanos-query-frontend.observability.svc.cluster.local:9090
url: http://thanos-query-frontend.observability.svc.cluster.local:10902
jsonData:
prometheusType: Thanos
timeInterval: 1m

View file

@ -74,6 +74,9 @@ spec:
enabled: true
storageClass: openebs-hostpath
size: 10Gi
query:
replicas: 2
extraArgs: ["--alert.query-url=https://thanos.jahanson.tech"]
queryFrontend:
enabled: true
replicas: 2