From 1b7b64cedf9cab5c1c1013f270b377d3a2d22b54 Mon Sep 17 00:00:00 2001 From: makefunstuff Date: Sat, 29 Jun 2024 21:12:39 +0300 Subject: upd --- tools/grafana/values.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index e3f9cc6..eb89b01 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -3,9 +3,9 @@ global: grafana: extraSecretMounts: - - name: es-certs - mountPath: /etc/grafana/es-certs - secretName: log-storage-es-http-certs-public + - name: es-creds + mountPath: /etc/grafana/es-creds + secretName: log-storage-es-elastic-user extraLabels: elasticsearch-master-http-client: "true" service: @@ -50,9 +50,8 @@ grafana: type: elasticsearch url: https://log-storage-es-http.monitoring.svc.cluster.local:9200 access: proxy + basicAuthUser: elastic + basicAuthPassword: /etc/grafana/es-creds/password jsonData: - timeField: "@timestamp" esVersion: 70 - tlsAuth: true - tlsClientCert: "/etc/grafana/es-certs/tls.crt" - tlsCaCert: "/etc/grafana/es-certs/ca.crt" + tlsSkipVerify: true -- cgit 1.4.1-2-gfad0