diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 2f85af3cf..9befd39fd 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -235,7 +235,7 @@ imagePullSecrets: [] nodeSelector: {} tolerations: [] -# Enabling this will publically expose your Elasticsearch instance. +# Enabling this will publicly expose your Elasticsearch instance. # Only enable this if you have security enabled on your cluster ingress: enabled: false diff --git a/kibana/README.md b/kibana/README.md index 9e79e4090..699ef5d9e 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -86,15 +86,15 @@ as a reference. They are also used in the automated testing of this chart. | `extraContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` | | `extraEnvs` | Extra [environment variables][] which will be appended to the `env:` definition for the container | see [values.yaml][] | | `extraInitContainers` | Templatable string of additional containers to be passed to the `tpl` function | `""` | -| `extraVolumeMounts` | Configuration for additionnal `volumeMounts` | see [values.yaml][] | -| `extraVolumes` | Configuration for additionnal `volumes` | see [values.yaml][] | +| `extraVolumeMounts` | Configuration for additional `volumeMounts` | see [values.yaml][] | +| `extraVolumes` | Configuration for additional `volumes` | see [values.yaml][] | | `fullnameOverride` | Overrides the full name of the resources. If not set the name will default to " `.Release.Name` - `.Values.nameOverride orChart.Name` " | `""` | | `healthCheckPath` | The path used for the readinessProbe to check that Kibana is ready. If you are setting `server.basePath` you will also need to update this to `/${basePath}/app/kibana` | `/app/kibana` | | `hostAliases` | Configurable [hostAliases][] | `[]` | | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `5601` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][]value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Kibana Docker image tag | `7.14.0` | +| `imageTag` | The Kibana Docker image tag | `7.14.0` | | `image` | The Kibana Docker image | `docker.elastic.co/kibana/kibana` | | `ingress` | Configurable [ingress][] to expose the Kibana service. | see [values.yaml][] | | `kibanaConfig` | Allows you to add any config files in `/usr/share/kibana/config/` such as `kibana.yml` See [values.yaml][] for an example of the formatting | `{}` | diff --git a/logstash/README.md b/logstash/README.md index 003c8476d..27216e640 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -95,7 +95,7 @@ modified in place while using ConfigMap bind-mount the same file (more details in this [note][]). * When overriding `logstash.yml`, `http.host: 0.0.0.0` should always be included to make default probes work. If restricting HTTP API to 127.0.0.1 is required by -using `http.host: 127.0.0.1`, default probes should be disabled or overrided +using `http.host: 127.0.0.1`, default probes should be disabled or overridden (see [values.yaml][] for the good syntax). * An ingress is provided that can be used to expose the HTTP port. This can be useful for the [http input plugin][], for instance. @@ -119,7 +119,7 @@ useful for the [http input plugin][], for instance. | `httpPort` | The http port that Kubernetes will use for the healthchecks and the service | `9600` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy][] value | `IfNotPresent` | | `imagePullSecrets` | Configuration for [imagePullSecrets][] so that you can use a private registry for your image | `[]` | -| `imageTag` | The Logstash Docker image tag | `7.14.0` | +| `imageTag` | The Logstash Docker image tag | `7.14.0` | | `image` | The Logstash Docker image | `docker.elastic.co/logstash/logstash` | | `labels` | Configurable [labels][] applied to all Logstash pods | `{}` | | `ingress` | Configurable [ingress][] for external access to Logstash HTTP port. | see [values.yaml][] | @@ -128,7 +128,7 @@ useful for the [http input plugin][], for instance. | `logstashConfig` | Allows you to add any config files in `/usr/share/logstash/config/` such as `logstash.yml` and `log4j2.properties` See [values.yaml][] for an example of the formatting | `{}` | | `logstashJavaOpts` | Java options for Logstash. This is where you should configure the JVM heap size | `-Xmx1g -Xms1g` | | `logstashPipeline` | Allows you to add any pipeline files in `/usr/share/logstash/pipeline/` | `{}` | -| `logstashPatternDir` | Allows you to define a custom directory to store patten files | `/usr/share/logstash/patterns/` | +| `logstashPatternDir` | Allows you to define a custom directory to store pattern files | `/usr/share/logstash/patterns/` | | `logstashPattern` | Allows you to add any pattern files in `logstashPatternDir` | `{}` | | `maxUnavailable` | The [maxUnavailable][] value for the pod disruption budget. By default this will prevent Kubernetes from having more than 1 unhealthy pod in the node group | `1` | | `nameOverride` | Overrides the chart name for resources. If not set the name will default to `.Chart.Name` | `""` | diff --git a/logstash/values.yaml b/logstash/values.yaml index e2442cd28..34972fec0 100755 --- a/logstash/values.yaml +++ b/logstash/values.yaml @@ -207,7 +207,7 @@ terminationGracePeriod: 120 # Probes # Default probes are using `httpGet` which requires that `http.host: 0.0.0.0` is part of -# `logstash.yml`. If needed probes can be disabled or overrided using the following syntaxes: +# `logstash.yml`. If needed probes can be disabled or overridden using the following syntaxes: # # disable livenessProbe # livenessProbe: null