kibana
This commit is contained in:
@ -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: ""
|
||||
|
@ -451,8 +451,8 @@ initContainers: []
|
||||
##
|
||||
configuration:
|
||||
server:
|
||||
basePath: ""
|
||||
rewriteBasePath: false
|
||||
basePath: "kibana"
|
||||
rewriteBasePath: true
|
||||
## Prometheus metrics (requires the kibana-prometheus-exporter plugin)
|
||||
##
|
||||
metrics:
|
||||
|
Reference in New Issue
Block a user