From bd9bc68f9c3a08840c3ae90748df5ed297659834 Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Wed, 29 Dec 2021 17:33:49 +0800 Subject: [PATCH] kibana --- local-values/es/crm1.yaml | 2 +- local-values/kibana/crm1.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/local-values/es/crm1.yaml b/local-values/es/crm1.yaml index 86acf34..f77494a 100644 --- a/local-values/es/crm1.yaml +++ b/local-values/es/crm1.yaml @@ -953,7 +953,7 @@ data: ## then accept the value as an existing Persistent Volume Claim to which ## the container should be bound ## - existingClaim: "data-elasticsearch-crm1-data-0" + existingClaim: "" ## @param data.persistence.existingVolume Existing Persistent Volume for use as volume match label selector to the `volumeClaimTemplate`. Ignored when `data.persistence.selector` ist set. ## existingVolume: "" diff --git a/local-values/kibana/crm1.yaml b/local-values/kibana/crm1.yaml index c3e0648..aa14c2f 100644 --- a/local-values/kibana/crm1.yaml +++ b/local-values/kibana/crm1.yaml @@ -451,8 +451,8 @@ initContainers: [] ## configuration: server: - basePath: "" - rewriteBasePath: false + basePath: "kibana" + rewriteBasePath: true ## Prometheus metrics (requires the kibana-prometheus-exporter plugin) ## metrics: