Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixup! Added ingress support to the logstash chart (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Oct 16, 2020
1 parent 22b0c8b commit 5918d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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 | `8.0.0-SNAPSHOT` |
| `imageTag` | The Logstash Docker image tag | `7.9.3-SNAPSHOT` |
| `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][] |
Expand Down

0 comments on commit 5918d20

Please sign in to comment.