mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/solr] Added namespace to SOLR_HOST (#17481)
* Added namespace name into SOLR_HOST Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com> * Fixed image.tag default value in README.md Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com> * Updated chart version to 1.2.1 Signed-off-by: Lee Ween Jiann <lwj5@hotmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
be880e80a0
commit
b47aa2252b
@@ -2,7 +2,7 @@
|
||||
|
||||
apiVersion: "v1"
|
||||
name: "solr"
|
||||
version: "1.2.0"
|
||||
version: "1.2.1"
|
||||
appVersion: "7.7.2"
|
||||
description: "A helm chart to install Apache Solr: http://lucene.apache.org/solr/"
|
||||
keywords:
|
||||
|
||||
@@ -32,7 +32,7 @@ The following table shows the configuration options for the Solr helm chart:
|
||||
| `extraEnvVars` | Additional environment variables to set on the solr pods (in yaml syntax) | `[]` |
|
||||
| `terminationGracePeriodSeconds` | The termination grace period of the Solr pods | `180`|
|
||||
| `image.repository` | The repository to pull the docker image from| `solr` |
|
||||
| `image.tag` | The tag on the repository to pull | `7.6.0` |
|
||||
| `image.tag` | The tag on the repository to pull | `7.7.2` |
|
||||
| `image.pullPolicy` | Solr pod pullPolicy | `IfNotPresent` |
|
||||
| `livenessProbe.initialDelaySeconds` | Inital Delay for Solr pod liveness probe | `20` |
|
||||
| `livenessProbe.periodSeconds` | Poll rate for liveness probe | `10` |
|
||||
|
||||
@@ -148,7 +148,7 @@ spec:
|
||||
fieldRef:
|
||||
fieldPath: metadata.name
|
||||
- name: "SOLR_HOST"
|
||||
value: "$(POD_HOSTNAME).{{ include "solr.headless-service-name" . }}"
|
||||
value: "$(POD_HOSTNAME).{{ include "solr.headless-service-name" . }}.{{ .Release.Namespace }}"
|
||||
- name: "ZK_HOST"
|
||||
value: "{{ include "solr.zookeeper-name" . }}:2181"
|
||||
- name: "SOLR_LOG_LEVEL"
|
||||
|
||||
Reference in New Issue
Block a user