diff options
author | makefunstuff <[email protected]> | 2024-06-29 20:37:28 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 20:37:28 +0200 |
commit | b8634c23fb5a31222d657c27e068597970ba8efd (patch) | |
tree | 098cc0eaee3c26a6cd1540ea159a4b8a3632501d /tools | |
parent | 83fdb3ed155725a214774a09e8f255a5a9e02d7c (diff) | |
download | k3s-lab-b8634c23fb5a31222d657c27e068597970ba8efd.tar.gz |
remove it from sources
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 |