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: