mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 14:57:36 +08:00
[bitnami/opensearch] Fix opensearch typos (#20979)
Signed-off-by: Jerry Jones <28451941+stratusjerry@users.noreply.github.com>
This commit is contained in:
@@ -174,12 +174,12 @@ helm delete --purge my-release
|
||||
| `ingress.secrets` | Custom TLS certificates as secrets | `[]` |
|
||||
| `ingress.extraRules` | Additional rules to be covered with this ingress record | `[]` |
|
||||
|
||||
### Master-elegible nodes parameters
|
||||
### Master-eligible nodes parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
|
||||
| `master.masterOnly` | Deploy the OpenSearch master-elegible nodes as master-only nodes. Recommended for high-demand deployments. | `true` |
|
||||
| `master.replicaCount` | Number of master-elegible replicas to deploy | `2` |
|
||||
| `master.masterOnly` | Deploy the OpenSearch master-eligible nodes as master-only nodes. Recommended for high-demand deployments. | `true` |
|
||||
| `master.replicaCount` | Number of master-eligible replicas to deploy | `2` |
|
||||
| `master.extraRoles` | Append extra roles to the node role | `[]` |
|
||||
| `master.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
|
||||
| `master.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
|
||||
@@ -188,12 +188,12 @@ helm delete --purge my-release
|
||||
| `master.fullnameOverride` | String to fully override opensearch.master.fullname | `""` |
|
||||
| `master.servicenameOverride` | String to fully override opensearch.master.servicename | `""` |
|
||||
| `master.annotations` | Annotations for the master statefulset | `{}` |
|
||||
| `master.updateStrategy.type` | Master-elegible nodes statefulset stategy type | `RollingUpdate` |
|
||||
| `master.updateStrategy.type` | Master-eligible nodes statefulset strategy type | `RollingUpdate` |
|
||||
| `master.resources.limits` | The resources limits for opensearch containers | `{}` |
|
||||
| `master.resources.requests` | The requested resources for opensearch containers | `{}` |
|
||||
| `master.heapSize` | OpenSearch master-eligible node heap size. | `128m` |
|
||||
| `master.podSecurityContext.enabled` | Enabled master-elegible pods' Security Context | `true` |
|
||||
| `master.podSecurityContext.fsGroup` | Set master-elegible pod's Security Context fsGroup | `1001` |
|
||||
| `master.podSecurityContext.enabled` | Enabled master-eligible pods' Security Context | `true` |
|
||||
| `master.podSecurityContext.fsGroup` | Set master-eligible pod's Security Context fsGroup | `1001` |
|
||||
| `master.containerSecurityContext.enabled` | Enabled containers' Security Context | `true` |
|
||||
| `master.containerSecurityContext.runAsUser` | Set containers' Security Context runAsUser | `1001` |
|
||||
| `master.containerSecurityContext.runAsNonRoot` | Set container's Security Context runAsNonRoot | `true` |
|
||||
@@ -202,19 +202,19 @@ helm delete --purge my-release
|
||||
| `master.containerSecurityContext.allowPrivilegeEscalation` | Set container's Security Context allowPrivilegeEscalation | `false` |
|
||||
| `master.containerSecurityContext.capabilities.drop` | List of capabilities to be dropped | `["ALL"]` |
|
||||
| `master.containerSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` |
|
||||
| `master.hostAliases` | master-elegible pods host aliases | `[]` |
|
||||
| `master.podLabels` | Extra labels for master-elegible pods | `{}` |
|
||||
| `master.podAnnotations` | Annotations for master-elegible pods | `{}` |
|
||||
| `master.hostAliases` | master-eligible pods host aliases | `[]` |
|
||||
| `master.podLabels` | Extra labels for master-eligible pods | `{}` |
|
||||
| `master.podAnnotations` | Annotations for master-eligible pods | `{}` |
|
||||
| `master.podAffinityPreset` | Pod affinity preset. Ignored if `master.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `master.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `master.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `master.nodeAffinityPreset.type` | Node affinity preset type. Ignored if `master.affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `master.nodeAffinityPreset.key` | Node label key to match. Ignored if `master.affinity` is set | `""` |
|
||||
| `master.nodeAffinityPreset.values` | Node label values to match. Ignored if `master.affinity` is set | `[]` |
|
||||
| `master.affinity` | Affinity for master-elegible pods assignment | `{}` |
|
||||
| `master.nodeSelector` | Node labels for master-elegible pods assignment | `{}` |
|
||||
| `master.tolerations` | Tolerations for master-elegible pods assignment | `[]` |
|
||||
| `master.priorityClassName` | master-elegible pods' priorityClassName | `""` |
|
||||
| `master.schedulerName` | Name of the k8s scheduler (other than default) for master-elegible pods | `""` |
|
||||
| `master.affinity` | Affinity for master-eligible pods assignment | `{}` |
|
||||
| `master.nodeSelector` | Node labels for master-eligible pods assignment | `{}` |
|
||||
| `master.tolerations` | Tolerations for master-eligible pods assignment | `[]` |
|
||||
| `master.priorityClassName` | master-eligible pods' priorityClassName | `""` |
|
||||
| `master.schedulerName` | Name of the k8s scheduler (other than default) for master-eligible pods | `""` |
|
||||
| `master.terminationGracePeriodSeconds` | In seconds, time the given to the OpenSearch Master pod needs to terminate gracefully | `""` |
|
||||
| `master.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `master.podManagementPolicy` | podManagementPolicy to manage scaling operation of OpenSearch master pods | `Parallel` |
|
||||
@@ -241,14 +241,14 @@ helm delete --purge my-release
|
||||
| `master.customReadinessProbe` | Override default readiness probe | `{}` |
|
||||
| `master.command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `master.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `master.lifecycleHooks` | for the master-elegible container(s) to automate configuration before or after startup | `{}` |
|
||||
| `master.extraEnvVars` | Array with extra environment variables to add to master-elegible nodes | `[]` |
|
||||
| `master.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for master-elegible nodes | `""` |
|
||||
| `master.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for master-elegible nodes | `""` |
|
||||
| `master.extraVolumes` | Optionally specify extra list of additional volumes for the master-elegible pod(s) | `[]` |
|
||||
| `master.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the master-elegible container(s) | `[]` |
|
||||
| `master.sidecars` | Add additional sidecar containers to the master-elegible pod(s) | `[]` |
|
||||
| `master.initContainers` | Add additional init containers to the master-elegible pod(s) | `[]` |
|
||||
| `master.lifecycleHooks` | for the master-eligible container(s) to automate configuration before or after startup | `{}` |
|
||||
| `master.extraEnvVars` | Array with extra environment variables to add to master-eligible nodes | `[]` |
|
||||
| `master.extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for master-eligible nodes | `""` |
|
||||
| `master.extraEnvVarsSecret` | Name of existing Secret containing extra env vars for master-eligible nodes | `""` |
|
||||
| `master.extraVolumes` | Optionally specify extra list of additional volumes for the master-eligible pod(s) | `[]` |
|
||||
| `master.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the master-eligible container(s) | `[]` |
|
||||
| `master.sidecars` | Add additional sidecar containers to the master-eligible pod(s) | `[]` |
|
||||
| `master.initContainers` | Add additional init containers to the master-eligible pod(s) | `[]` |
|
||||
| `master.persistence.enabled` | Enable persistence using a `PersistentVolumeClaim` | `true` |
|
||||
| `master.persistence.storageClass` | Persistent Volume Storage Class | `""` |
|
||||
| `master.persistence.existingClaim` | Existing Persistent Volume Claim | `""` |
|
||||
@@ -292,7 +292,7 @@ helm delete --purge my-release
|
||||
| `data.fullnameOverride` | String to fully override opensearch.data.fullname | `""` |
|
||||
| `data.servicenameOverride` | String to fully override opensearch.data.servicename | `""` |
|
||||
| `data.annotations` | Annotations for the data statefulset | `{}` |
|
||||
| `data.updateStrategy.type` | Data-only nodes statefulset stategy type | `RollingUpdate` |
|
||||
| `data.updateStrategy.type` | Data-only nodes statefulset strategy type | `RollingUpdate` |
|
||||
| `data.resources.limits` | The resources limits for the data containers | `{}` |
|
||||
| `data.resources.requests` | The requested resources for the data containers | `{}` |
|
||||
| `data.heapSize` | OpenSearch data node heap size. | `1024m` |
|
||||
@@ -396,7 +396,7 @@ helm delete --purge my-release
|
||||
| `coordinating.fullnameOverride` | String to fully override opensearch.coordinating.fullname | `""` |
|
||||
| `coordinating.servicenameOverride` | String to fully override opensearch.coordinating.servicename | `""` |
|
||||
| `coordinating.annotations` | Annotations for the coordinating-only statefulset | `{}` |
|
||||
| `coordinating.updateStrategy.type` | Coordinating-only nodes statefulset stategy type | `RollingUpdate` |
|
||||
| `coordinating.updateStrategy.type` | Coordinating-only nodes statefulset strategy type | `RollingUpdate` |
|
||||
| `coordinating.resources.limits` | The resources limits for the coordinating-only containers | `{}` |
|
||||
| `coordinating.resources.requests` | The requested resources for the coordinating-only containers | `{}` |
|
||||
| `coordinating.heapSize` | OpenSearch coordinating node heap size. | `128m` |
|
||||
@@ -493,7 +493,7 @@ helm delete --purge my-release
|
||||
| `ingest.fullnameOverride` | String to fully override opensearch.ingest.fullname | `""` |
|
||||
| `ingest.servicenameOverride` | String to fully override ingest.master.servicename | `""` |
|
||||
| `ingest.annotations` | Annotations for the ingest statefulset | `{}` |
|
||||
| `ingest.updateStrategy.type` | Ingest-only nodes statefulset stategy type | `RollingUpdate` |
|
||||
| `ingest.updateStrategy.type` | Ingest-only nodes statefulset strategy type | `RollingUpdate` |
|
||||
| `ingest.resources.limits` | The resources limits for the ingest-only containers | `{}` |
|
||||
| `ingest.resources.requests` | The requested resources for the ingest-only containers | `{}` |
|
||||
| `ingest.heapSize` | OpenSearch ingest-only node heap size. | `128m` |
|
||||
@@ -625,7 +625,7 @@ helm delete --purge my-release
|
||||
| `sysctlImage.resources.limits` | The resources limits for the container | `{}` |
|
||||
| `sysctlImage.resources.requests` | The requested resources for the container | `{}` |
|
||||
|
||||
### OpenSearch Dashborads Parameters
|
||||
### OpenSearch Dashboards Parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
|
||||
@@ -670,7 +670,7 @@ helm delete --purge my-release
|
||||
| `dashboards.nameOverride` | String to partially override opensearch.dashboards.fullname | `""` |
|
||||
| `dashboards.fullnameOverride` | String to fully override opensearch.dashboards.fullname | `""` |
|
||||
| `dashboards.servicenameOverride` | String to fully override opensearch.dashboards.servicename | `""` |
|
||||
| `dashboards.updateStrategy.type` | Data-only nodes statefulset stategy type | `RollingUpdate` |
|
||||
| `dashboards.updateStrategy.type` | Data-only nodes statefulset strategy type | `RollingUpdate` |
|
||||
| `dashboards.resources.limits` | The resources limits for the data containers | `{}` |
|
||||
| `dashboards.resources.requests` | The requested resources for the data containers | `{}` |
|
||||
| `dashboards.heapSize` | OpenSearch data node heap size. | `1024m` |
|
||||
@@ -875,7 +875,7 @@ initScriptsSecret=special-scripts-sensitive
|
||||
|
||||
As it's described in the [official documentation](https://www.open.co/guide/en/opensearch/reference/current/snapshots-register-repository.html#snapshots-filesystem-repository), it's necessary to register a snapshot repository before you can perform snapshot and restore operations.
|
||||
|
||||
This chart allows you to configure OpenSearch to use a shared file system to store snapshots. To do so, you need to mount a RWX volume on every OpenSearch node, and set the parameter `snapshotRepoPath` with the path where the volume is mounted. In the example below, you can find the values to set when using a NFS Perstitent Volume:
|
||||
This chart allows you to configure OpenSearch to use a shared file system to store snapshots. To do so, you need to mount a RWX volume on every OpenSearch node, and set the parameter `snapshotRepoPath` with the path where the volume is mounted. In the example below, you can find the values to set when using a NFS Persistent Volume:
|
||||
|
||||
```yaml
|
||||
extraVolumes:
|
||||
|
||||
@@ -174,7 +174,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Returns true if at least one master-elegible node replica has been configured.
|
||||
Returns true if at least one master-eligible node replica has been configured.
|
||||
*/}}
|
||||
{{- define "opensearch.master.enabled" -}}
|
||||
{{- if or .Values.master.autoscaling.hpa.enabled (gt (int .Values.master.replicaCount) 0) -}}
|
||||
@@ -267,8 +267,8 @@ Get the initialization scripts Secret name.
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Create the name of the master service account to use
|
||||
*/}}
|
||||
Create the name of the master service account to use
|
||||
*/}}
|
||||
{{- define "opensearch.master.serviceAccountName" -}}
|
||||
{{- if .Values.master.serviceAccount.create -}}
|
||||
{{ default (include "opensearch.master.fullname" .) .Values.master.serviceAccount.name }}
|
||||
@@ -278,8 +278,8 @@ Get the initialization scripts Secret name.
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Create the name of the coordinating-only service account to use
|
||||
*/}}
|
||||
Create the name of the coordinating-only service account to use
|
||||
*/}}
|
||||
{{- define "opensearch.coordinating.serviceAccountName" -}}
|
||||
{{- if .Values.coordinating.serviceAccount.create -}}
|
||||
{{ default (include "opensearch.coordinating.fullname" .) .Values.coordinating.serviceAccount.name }}
|
||||
@@ -289,8 +289,8 @@ Get the initialization scripts Secret name.
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Create the name of the data service account to use
|
||||
*/}}
|
||||
Create the name of the data service account to use
|
||||
*/}}
|
||||
{{- define "opensearch.data.serviceAccountName" -}}
|
||||
{{- if .Values.data.serviceAccount.create -}}
|
||||
{{ default (include "opensearch.data.fullname" .) .Values.data.serviceAccount.name }}
|
||||
@@ -300,8 +300,8 @@ Get the initialization scripts Secret name.
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Create the name of the ingest service account to use
|
||||
*/}}
|
||||
Create the name of the ingest service account to use
|
||||
*/}}
|
||||
{{- define "opensearch.ingest.serviceAccountName" -}}
|
||||
{{- if .Values.ingest.serviceAccount.create -}}
|
||||
{{ default (include "opensearch.ingest.fullname" .) .Values.ingest.serviceAccount.name }}
|
||||
@@ -556,7 +556,7 @@ opensearch: security.tls
|
||||
{{- define "opensearch.validateValues.master.replicas" -}}
|
||||
{{- if not (include "opensearch.master.enabled" .) -}}
|
||||
opensearch: master.replicas
|
||||
Opensearch needs at least one master-elegible node to form a cluster.
|
||||
Opensearch needs at least one master-eligible node to form a cluster.
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
@@ -604,8 +604,8 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Create the name of the dashboards service account to use
|
||||
*/}}
|
||||
Create the name of the dashboards service account to use
|
||||
*/}}
|
||||
{{- define "opensearch.dashboards.serviceAccountName" -}}
|
||||
{{- if .Values.dashboards.serviceAccount.create -}}
|
||||
{{ default (include "opensearch.dashboards.fullname" .) .Values.dashboards.serviceAccount.name }}
|
||||
|
||||
@@ -94,7 +94,7 @@ config: {}
|
||||
##
|
||||
extraConfig: {}
|
||||
## @param extraHosts A list of external hosts which are part of this cluster
|
||||
## Example Use Case: When you have a cluster with nodes spaned acorss multiple K8s or namespaces
|
||||
## Example Use Case: When you have a cluster with nodes spanned across multiple K8s or namespaces
|
||||
## extraHosts:
|
||||
## - datacenter2-opensearch-master-hl.namespace2.svc
|
||||
## - datacenter2-opensearch-data-hl.namespace2.svc
|
||||
@@ -463,13 +463,13 @@ ingress:
|
||||
##
|
||||
extraRules: []
|
||||
|
||||
## @section Master-elegible nodes parameters
|
||||
## @section Master-eligible nodes parameters
|
||||
|
||||
master:
|
||||
## @param master.masterOnly Deploy the OpenSearch master-elegible nodes as master-only nodes. Recommended for high-demand deployments.
|
||||
## @param master.masterOnly Deploy the OpenSearch master-eligible nodes as master-only nodes. Recommended for high-demand deployments.
|
||||
## If you are
|
||||
masterOnly: true
|
||||
## @param master.replicaCount Number of master-elegible replicas to deploy
|
||||
## @param master.replicaCount Number of master-eligible replicas to deploy
|
||||
##
|
||||
replicaCount: 2
|
||||
|
||||
@@ -500,7 +500,7 @@ master:
|
||||
## @param master.annotations [object] Annotations for the master statefulset
|
||||
##
|
||||
annotations: {}
|
||||
## @param master.updateStrategy.type Master-elegible nodes statefulset stategy type
|
||||
## @param master.updateStrategy.type Master-eligible nodes statefulset strategy type
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||
##
|
||||
updateStrategy:
|
||||
@@ -534,8 +534,8 @@ master:
|
||||
heapSize: 128m
|
||||
## Configure Pods Security Context
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
|
||||
## @param master.podSecurityContext.enabled Enabled master-elegible pods' Security Context
|
||||
## @param master.podSecurityContext.fsGroup Set master-elegible pod's Security Context fsGroup
|
||||
## @param master.podSecurityContext.enabled Enabled master-eligible pods' Security Context
|
||||
## @param master.podSecurityContext.fsGroup Set master-eligible pod's Security Context fsGroup
|
||||
##
|
||||
podSecurityContext:
|
||||
enabled: true
|
||||
@@ -562,15 +562,15 @@ master:
|
||||
drop: ["ALL"]
|
||||
seccompProfile:
|
||||
type: "RuntimeDefault"
|
||||
## @param master.hostAliases master-elegible pods host aliases
|
||||
## @param master.hostAliases master-eligible pods host aliases
|
||||
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
||||
##
|
||||
hostAliases: []
|
||||
## @param master.podLabels Extra labels for master-elegible pods
|
||||
## @param master.podLabels Extra labels for master-eligible pods
|
||||
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
|
||||
##
|
||||
podLabels: {}
|
||||
## @param master.podAnnotations Annotations for master-elegible pods
|
||||
## @param master.podAnnotations Annotations for master-eligible pods
|
||||
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
|
||||
##
|
||||
podAnnotations: {}
|
||||
@@ -599,23 +599,23 @@ master:
|
||||
## - e2e-az2
|
||||
##
|
||||
values: []
|
||||
## @param master.affinity Affinity for master-elegible pods assignment
|
||||
## @param master.affinity Affinity for master-eligible pods assignment
|
||||
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
|
||||
## NOTE: `master.podAffinityPreset`, `master.podAntiAffinityPreset`, and `master.nodeAffinityPreset` will be ignored when it's set
|
||||
##
|
||||
affinity: {}
|
||||
## @param master.nodeSelector Node labels for master-elegible pods assignment
|
||||
## @param master.nodeSelector Node labels for master-eligible pods assignment
|
||||
## ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
##
|
||||
nodeSelector: {}
|
||||
## @param master.tolerations Tolerations for master-elegible pods assignment
|
||||
## @param master.tolerations Tolerations for master-eligible pods assignment
|
||||
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
|
||||
##
|
||||
tolerations: []
|
||||
## @param master.priorityClassName master-elegible pods' priorityClassName
|
||||
## @param master.priorityClassName master-eligible pods' priorityClassName
|
||||
##
|
||||
priorityClassName: ""
|
||||
## @param master.schedulerName Name of the k8s scheduler (other than default) for master-elegible pods
|
||||
## @param master.schedulerName Name of the k8s scheduler (other than default) for master-eligible pods
|
||||
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
|
||||
##
|
||||
schedulerName: ""
|
||||
@@ -631,7 +631,7 @@ master:
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-management-policies
|
||||
##
|
||||
podManagementPolicy: "Parallel"
|
||||
## Configure extra options for OpenSearch master-elegible containers' liveness, readiness and startup probes
|
||||
## Configure extra options for OpenSearch master-eligible containers' liveness, readiness and startup probes
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
|
||||
## @param master.startupProbe.enabled Enable/disable the startup probe (master nodes pod)
|
||||
## @param master.startupProbe.initialDelaySeconds Delay before startup probe is initiated (master nodes pod)
|
||||
@@ -690,29 +690,29 @@ master:
|
||||
## @param master.args Override default container args (useful when using custom images)
|
||||
##
|
||||
args: []
|
||||
## @param master.lifecycleHooks for the master-elegible container(s) to automate configuration before or after startup
|
||||
## @param master.lifecycleHooks for the master-eligible container(s) to automate configuration before or after startup
|
||||
##
|
||||
lifecycleHooks: {}
|
||||
## @param master.extraEnvVars Array with extra environment variables to add to master-elegible nodes
|
||||
## @param master.extraEnvVars Array with extra environment variables to add to master-eligible nodes
|
||||
## e.g:
|
||||
## extraEnvVars:
|
||||
## - name: FOO
|
||||
## value: "bar"
|
||||
##
|
||||
extraEnvVars: []
|
||||
## @param master.extraEnvVarsCM Name of existing ConfigMap containing extra env vars for master-elegible nodes
|
||||
## @param master.extraEnvVarsCM Name of existing ConfigMap containing extra env vars for master-eligible nodes
|
||||
##
|
||||
extraEnvVarsCM: ""
|
||||
## @param master.extraEnvVarsSecret Name of existing Secret containing extra env vars for master-elegible nodes
|
||||
## @param master.extraEnvVarsSecret Name of existing Secret containing extra env vars for master-eligible nodes
|
||||
##
|
||||
extraEnvVarsSecret: ""
|
||||
## @param master.extraVolumes Optionally specify extra list of additional volumes for the master-elegible pod(s)
|
||||
## @param master.extraVolumes Optionally specify extra list of additional volumes for the master-eligible pod(s)
|
||||
##
|
||||
extraVolumes: []
|
||||
## @param master.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the master-elegible container(s)
|
||||
## @param master.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the master-eligible container(s)
|
||||
##
|
||||
extraVolumeMounts: []
|
||||
## @param master.sidecars Add additional sidecar containers to the master-elegible pod(s)
|
||||
## @param master.sidecars Add additional sidecar containers to the master-eligible pod(s)
|
||||
## e.g:
|
||||
## sidecars:
|
||||
## - name: your-image-name
|
||||
@@ -723,7 +723,7 @@ master:
|
||||
## containerPort: 1234
|
||||
##
|
||||
sidecars: []
|
||||
## @param master.initContainers Add additional init containers to the master-elegible pod(s)
|
||||
## @param master.initContainers Add additional init containers to the master-eligible pod(s)
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
|
||||
## e.g:
|
||||
## initContainers:
|
||||
@@ -910,7 +910,7 @@ data:
|
||||
## @param data.annotations [object] Annotations for the data statefulset
|
||||
##
|
||||
annotations: {}
|
||||
## @param data.updateStrategy.type Data-only nodes statefulset stategy type
|
||||
## @param data.updateStrategy.type Data-only nodes statefulset strategy type
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||
##
|
||||
updateStrategy:
|
||||
@@ -1311,7 +1311,7 @@ coordinating:
|
||||
## @param coordinating.annotations [object] Annotations for the coordinating-only statefulset
|
||||
##
|
||||
annotations: {}
|
||||
## @param coordinating.updateStrategy.type Coordinating-only nodes statefulset stategy type
|
||||
## @param coordinating.updateStrategy.type Coordinating-only nodes statefulset strategy type
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||
##
|
||||
updateStrategy:
|
||||
@@ -1675,7 +1675,7 @@ ingest:
|
||||
## @param ingest.annotations [object] Annotations for the ingest statefulset
|
||||
##
|
||||
annotations: {}
|
||||
## @param ingest.updateStrategy.type Ingest-only nodes statefulset stategy type
|
||||
## @param ingest.updateStrategy.type Ingest-only nodes statefulset strategy type
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||
##
|
||||
updateStrategy:
|
||||
@@ -2273,7 +2273,7 @@ sysctlImage:
|
||||
## memory: 128Mi
|
||||
requests: {}
|
||||
|
||||
## @section OpenSearch Dashborads Parameters
|
||||
## @section OpenSearch Dashboards Parameters
|
||||
|
||||
dashboards:
|
||||
## @param dashboards.enabled Enables OpenSearch Dashboards deployment
|
||||
@@ -2495,7 +2495,7 @@ dashboards:
|
||||
## @param dashboards.servicenameOverride String to fully override opensearch.dashboards.servicename
|
||||
##
|
||||
servicenameOverride: ""
|
||||
## @param dashboards.updateStrategy.type Data-only nodes statefulset stategy type
|
||||
## @param dashboards.updateStrategy.type Data-only nodes statefulset strategy type
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||
##
|
||||
updateStrategy:
|
||||
|
||||
Reference in New Issue
Block a user