去掉后缀

This commit is contained in:
marsal wang
2021-12-29 16:52:23 +08:00
parent 71a81526cc
commit a13bb36e6a
23 changed files with 2505 additions and 7 deletions

View File

@ -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: ""