Skip to content

Commit

Permalink
Merge pull request #179 from openinfradev/bugfix_kibanainit
Browse files Browse the repository at this point in the history
bugfix. disable kibana-init
  • Loading branch information
zugwan authored Nov 24, 2022
2 parents 98a0498 + f369a2d commit 8e854d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,7 @@ spec:
interval: TO_BE_FIXED
federations: [] # TO_BE_FIXED
kibanaInit:
enabled: true
url: TO_BE_FIXED
enabled: false
prometheusRules:
aggregation:
enabled: true
Expand Down
1 change: 0 additions & 1 deletion lma/base/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ charts:
- thanos-query-frontend.lma.svc.$(clusterName):9090

# Initialize the kibana index
kibanaInit.url: http://eck-kibana-dashboard-kb-http.lma.svc.$(clusterName):5601
serviceMonitor.grafana.interval: $(serviceScrapeInterval)
serviceMonitor.argocd.interval: $(serviceScrapeInterval)
serviceMonitor.argowf.interval: $(serviceScrapeInterval)
Expand Down

0 comments on commit 8e854d8

Please sign in to comment.