diff options
author | makefunstuff <[email protected]> | 2024-06-29 19:52:39 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 19:52:39 +0200 |
commit | 4670d5147ff29c6c8b46a9da0ae85da367a02c6c (patch) | |
tree | 6085a62f305f9385198e9fe1df7fda385a548190 | |
parent | bc2aae3d5ab010ca8df13461935eb78559a5f8c1 (diff) | |
download | k3s-lab-4670d5147ff29c6c8b46a9da0ae85da367a02c6c.tar.gz |
ssl url
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index f8b2a76..c72ed53 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -48,7 +48,7 @@ grafana: isDefault: true - name: Elasticsearch type: elasticsearch - url: http://log-storage-es-http.monitoring.svc.cluster.local:9200 + url: https://log-storage-es-http.monitoring.svc.cluster.local:9200 access: proxy jsonData: timeField: "@timestamp" |