Unverified Commit cf158101 authored by Aurelia's avatar Aurelia Committed by GitHub

readme: ingress annotation values key corrected (#115)

* readme: ingress annotation values key corrected * fix: version bump Co-authored-by: 's avatarDavid McKay <david@rawkode.com> Co-authored-by: 's avatartimhallinflux <timhallinflux@users.noreply.github.com>
parent b45967f8
apiVersion: v1
name: influxdb
version: 4.8.10
appVersion: 1.8.0
version: 4.8.11
appVersion: 1.8.4
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
- influxdb
......
......@@ -74,7 +74,7 @@ The following table lists configurable parameters, their descriptions, and their
| ingress.tls | Boolean to enable or disable tls for ingress. If enabled provide a secret in `ingress.secretName` containing TLS private key and certificate. | false |
| ingress.secretName | Kubernetes secret containing TLS private key and certificate. It is `only` required if `ingress.tls` is enabled. | nil |
| ingress.hostname | Hostname for the ingress | influxdb.foobar.com |
| annotations | ingress annotations | nil |
| ingress.annotations | ingress annotations | nil |
| schedulerName | Use an [alternate scheduler](https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/), e.g. "stork". | nil |
| nodeSelector | Node labels for pod assignment | {} |
| affinity | [Affinity](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity) for pod assignment | {|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment