diff --git a/incubator/solr/Chart.yaml b/incubator/solr/Chart.yaml index 776a1fc47d..32995e4317 100644 --- a/incubator/solr/Chart.yaml +++ b/incubator/solr/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: "v1" name: "solr" -version: "1.1.0" -appVersion: "7.6.0" +version: "1.2.0" +appVersion: "7.7.2" description: "A helm chart to install Apache Solr: http://lucene.apache.org/solr/" keywords: - "solr" diff --git a/incubator/solr/README.md b/incubator/solr/README.md index d4ec7cc9f9..052cdc48e0 100644 --- a/incubator/solr/README.md +++ b/incubator/solr/README.md @@ -14,7 +14,7 @@ The chart installs the Solr docker image from: https://hub.docker.com/_/solr/ To install the Solr helm chart run: -``` +```txt helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator $ helm install --name solr incubator/solr ``` @@ -23,7 +23,6 @@ $ helm install --name solr incubator/solr The following table shows the configuration options for the Solr helm chart: - | Parameter | Description | Default Value | | --------------------------------------------- | ------------------------------------- | --------------------------------------------------------------------- | | `port` | The port that Solr will listen on | `8983` | @@ -75,6 +74,11 @@ The following table shows the configuration options for the Solr helm chart: | `exporter.service.type` | The type of the exporter service | `ClusterIP` | | `exporter.service.annotations` | Annotations to apply to the exporter service | `{}` | +## Service Start with command sets + +helm install --name solr \ + --set image.tag=7.7.2,javaMem="-Xms1g -Xmx1g",logLevel=INFO,replicaCount=2,livenessProbe.initialDelaySeconds=420,exporter.readinessProbe.periodSeconds=30 incubator/solr + ## TLS Configuration @@ -86,7 +90,7 @@ Generate SSL certificate for the installation: base64 Encode the CSR and apply into kubernetes as a CertificateSigningRequest -``` +```sh export MY_CSR_NAME="solr-certifiate" cat <