fix(helm): frontend service monitor
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
b7a8735cc4
commit
2b40fc3c6b
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ service:
|
||||||
frontend: 8080
|
frontend: 8080
|
||||||
|
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: false
|
||||||
additionalLabels:
|
additionalLabels:
|
||||||
release: observability
|
release: observability
|
||||||
scrapeConfigs:
|
scrapeConfigs:
|
||||||
|
|
@ -50,7 +50,7 @@ serviceMonitor:
|
||||||
honorLabels: true
|
honorLabels: true
|
||||||
interval: 15s
|
interval: 15s
|
||||||
path: /metrics
|
path: /metrics
|
||||||
scheme: frontend
|
scheme: http
|
||||||
scrapeTimeout: 10s
|
scrapeTimeout: 10s
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue