Skip to content

Commit

Permalink
Update README.md with readme-generator-for-helm
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot committed Sep 18, 2024
1 parent 96d09d6 commit 25bd766
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bitnami/opensearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `security.tls.restEncryption` | Enable SSL/TLS encryption for OpenSearch REST API. | `false` |
| `security.tls.autoGenerated` | Create self-signed TLS certificates. | `true` |
| `security.tls.verificationMode` | Verification mode for SSL communications. | `full` |
| `security.tls.caConfigMap` | ConfigMap containing the CA crt separately from the cert and key for SSL communications. | `""` |
| `security.tls.master.existingSecret` | Existing secret containing the certificates for the master nodes | `""` |
| `security.tls.master.certKey` | Key containing the crt for master nodes certificate (defaults to tls.crt) | `""` |
| `security.tls.master.keyKey` | Key containing the key for master nodes certificate (defaults to tls.key) | `""` |
Expand Down Expand Up @@ -417,6 +418,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `master.metrics.rules.selector` | Selector for the PrometheusRule object | `{}` |
| `master.metrics.rules.namespace` | Namespace where to create the PrometheusRule object | `monitoring` |
| `master.metrics.rules.additionalLabels` | Additional lables to add to the PrometheusRule object | `{}` |
| `master.serviceHeadless.annotations` | Additional annotations for the Master Service Headless resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |

### Data-only nodes parameters

Expand Down Expand Up @@ -545,6 +547,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `data.metrics.rules.selector` | Selector for the PrometheusRule object | `{}` |
| `data.metrics.rules.namespace` | Namespace where to create the PrometheusRule object | `monitoring` |
| `data.metrics.rules.additionalLabels` | Additional lables to add to the PrometheusRule object | `{}` |
| `data.serviceHeadless.annotations` | Additional annotations for the Data Service Headless resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |

### Coordinating-only nodes parameters

Expand Down Expand Up @@ -665,6 +668,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `coordinating.metrics.rules.selector` | Selector for the PrometheusRule object | `{}` |
| `coordinating.metrics.rules.namespace` | Namespace where to create the PrometheusRule object | `monitoring` |
| `coordinating.metrics.rules.additionalLabels` | Additional lables to add to the PrometheusRule object | `{}` |
| `coordinating.serviceHeadless.annotations` | Additional annotations for the Coordinating Service Headless resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |

### Ingest-only nodes parameters

Expand Down Expand Up @@ -783,6 +787,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `ingest.service.annotations` | Additional custom annotations for OpenSearch ingest-only service | `{}` |
| `ingest.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` |
| `ingest.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
| `ingest.serviceHeadless.annotations` | Additional annotations for the Ingest Service Headless resource. To enable certificate autogeneration, place here your cert-manager annotations. | `{}` |
| `ingest.ingress.enabled` | Enable ingress record generation for OpenSearch | `false` |
| `ingest.ingress.pathType` | Ingress path type | `ImplementationSpecific` |
| `ingest.ingress.apiVersion` | Force Ingress API version (automatically detected if not set) | `""` |
Expand Down

0 comments on commit 25bd766

Please sign in to comment.