Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix. disable kibana-init #179

Merged
merged 1 commit into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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