From accfcb3b320d3e089ecffbde2d56b5d47f9eb2b1 Mon Sep 17 00:00:00 2001 From: Michael D Roach Date: Sun, 7 Jul 2019 04:46:33 -0400 Subject: [PATCH] [chart/solr] Description: Updated Version and Readme (#15208) * Description Bumped Version 1.1.1 Bumped AppVersion 7.7.2 Updated Readme with examples On branch master Your branch is ahead of 'origin/master' by 22 commits. (use "git push" to publish your local commits) Changes to be committed: modified: Chart.yaml modified: README.md modified: values.yaml Signed-off-by: Michael D Roach * Description: Bumped Minor version instead of Patch On branch master Your branch is up to date with 'origin/master'. Changes to be committed: modified: Chart.yaml Signed-off-by: Michael D Roach --- incubator/solr/Chart.yaml | 4 ++-- incubator/solr/README.md | 16 +++++++++++++--- incubator/solr/values.yaml | 4 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) 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 <