去掉后缀
This commit is contained in:
@ -19,7 +19,7 @@ global:
|
||||
storageClass: ""
|
||||
coordinating:
|
||||
name: coordinating-only
|
||||
kibanaEnabled: true
|
||||
kibanaEnabled: false
|
||||
|
||||
## @section Common parameters
|
||||
|
||||
@ -752,7 +752,7 @@ data:
|
||||
fullnameOverride: ""
|
||||
## @param data.replicas Desired number of Elasticsearch data nodes
|
||||
##
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
## @param data.hostAliases Add deployment host aliases
|
||||
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
||||
##
|
||||
@ -953,7 +953,7 @@ data:
|
||||
## then accept the value as an existing Persistent Volume Claim to which
|
||||
## the container should be bound
|
||||
##
|
||||
existingClaim: ""
|
||||
existingClaim: "data-elasticsearch-crm1-data-0"
|
||||
## @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: ""
|
||||
|
Reference in New Issue
Block a user