diff options
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index 098ee89..8bcea85 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -43,13 +43,3 @@ grafana: access: proxy url: http://prometheus-server.monitoring.svc.cluster.local isDefault: true - - name: Elasticsearch - type: elasticsearch - url: https://log-storage-es-http.monitoring.svc.cluster.local:9200 - access: proxy - basicAuth: true - basicAuthUser: "elastic" - basicAuthPassword: ${elastic} - jsonData: - esVersion: 70 - tlsSkipVerify: true |