Fix port and endpoint.
This commit is contained in:
parent
eb71df1e79
commit
b687a2ff65
2 changed files with 4 additions and 1 deletions
|
@ -111,7 +111,7 @@ spec:
|
||||||
type: prometheus
|
type: prometheus
|
||||||
uid: prometheus
|
uid: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://thanos-query-frontend.observability.svc.cluster.local:9090
|
url: http://thanos-query-frontend.observability.svc.cluster.local:10902
|
||||||
jsonData:
|
jsonData:
|
||||||
prometheusType: Thanos
|
prometheusType: Thanos
|
||||||
timeInterval: 1m
|
timeInterval: 1m
|
||||||
|
|
|
@ -74,6 +74,9 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: openebs-hostpath
|
storageClass: openebs-hostpath
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
query:
|
||||||
|
replicas: 2
|
||||||
|
extraArgs: ["--alert.query-url=https://thanos.jahanson.tech"]
|
||||||
queryFrontend:
|
queryFrontend:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
|
Loading…
Reference in a new issue