[bitnami/several] Regenerate README tables

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodriguez Hernandez
2021-10-14 18:13:09 +00:00
parent 117e129a1b
commit d8e471fea6
3 changed files with 40 additions and 40 deletions
+33 -33
View File
@@ -70,39 +70,39 @@ The command removes all the Kubernetes components associated with the chart and
### NATS parameters
| Name | Description | Value |
| ---------------------- | ------------------------------------------------------------------------------ | -------------------- |
| `image.registry` | NATS image registry | `docker.io` |
| `image.repository` | NATS image repository | `bitnami/nats` |
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.6.2-debian-10-r0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `auth.enabled` | Switch to enable/disable client authentication | `true` |
| `auth.user` | Client authentication user | `nats_client` |
| `auth.password` | Client authentication password | `""` |
| `auth.token` | Client authentication token | `""` |
| `auth.timeout` | Client authentication timeout (seconds) | `1` |
| `auth.usersCredentials`| Client authentication users credentials collection | `[]` |
| `auth.noAuthUser` | Username from `auth.usersCredentials` to use if client credentials missing | `""` |
| `clusterAuth.enabled` | Switch to enable/disable cluster authentication | `true` |
| `clusterAuth.user` | Cluster authentication user | `nats_cluster` |
| `clusterAuth.password` | Cluster authentication password | `""` |
| `clusterAuth.token` | Cluster authentication token | `""` |
| `debug.enabled` | Switch to enable/disable debug on logging | `false` |
| `debug.trace` | Switch to enable/disable trace debug level on logging | `false` |
| `debug.logtime` | Switch to enable/disable logtime on logging | `false` |
| `maxConnections` | Max. number of client connections | `""` |
| `maxControlLine` | Max. protocol control line | `""` |
| `maxPayload` | Max. payload | `""` |
| `writeDeadline` | Duration the server can block on a socket write to a client | `""` |
| `natsFilename` | Filename used by several NATS files (binary, configurarion file, and pid file) | `nats-server` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `hostAliases` | Deployment pod host aliases | `[]` |
| `extraFlags` | Extra flags to be passed to NATS | `{}` |
| `extraEnvVars` | Extra environment variables to be set on NATS container | `[]` |
| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` |
| `extraEnvVarsSecret` | Secret with extra environment variables | `""` |
| Name | Description | Value |
| ----------------------- | ----------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | NATS image registry | `docker.io` |
| `image.repository` | NATS image repository | `bitnami/nats` |
| `image.tag` | NATS image tag (immutable tags are recommended) | `2.6.2-debian-10-r0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `auth.enabled` | Switch to enable/disable client authentication | `true` |
| `auth.user` | Client authentication user | `nats_client` |
| `auth.password` | Client authentication password | `""` |
| `auth.token` | Client authentication token | `""` |
| `auth.timeout` | Client authentication timeout (seconds) | `1` |
| `auth.usersCredentials` | Client authentication users credentials collection | `[]` |
| `auth.noAuthUser` | Client authentication username from auth.usersCredentials map to be used when no credentials provided | `""` |
| `clusterAuth.enabled` | Switch to enable/disable cluster authentication | `true` |
| `clusterAuth.user` | Cluster authentication user | `nats_cluster` |
| `clusterAuth.password` | Cluster authentication password | `""` |
| `clusterAuth.token` | Cluster authentication token | `""` |
| `debug.enabled` | Switch to enable/disable debug on logging | `false` |
| `debug.trace` | Switch to enable/disable trace debug level on logging | `false` |
| `debug.logtime` | Switch to enable/disable logtime on logging | `false` |
| `maxConnections` | Max. number of client connections | `""` |
| `maxControlLine` | Max. protocol control line | `""` |
| `maxPayload` | Max. payload | `""` |
| `writeDeadline` | Duration the server can block on a socket write to a client | `""` |
| `natsFilename` | Filename used by several NATS files (binary, configurarion file, and pid file) | `nats-server` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `hostAliases` | Deployment pod host aliases | `[]` |
| `extraFlags` | Extra flags to be passed to NATS | `{}` |
| `extraEnvVars` | Extra environment variables to be set on NATS container | `[]` |
| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` |
| `extraEnvVarsSecret` | Secret with extra environment variables | `""` |
### NATS deployment/statefulset parameters
+2 -2
View File
@@ -153,12 +153,12 @@ This solution allows to easily deploy multiple RabbitMQ instances compared to th
| ------------------------------------ | ------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| `image.registry` | RabbitMQ Cluster Operator image registry | `docker.io` |
| `image.repository` | RabbitMQ Cluster Operator image repository | `bitnami/rabbitmq-cluster-operator` |
| `image.tag` | RabbitMQ Cluster Operator image tag (immutable tags are recommended) | `1.9.0-scratch-r0` |
| `image.tag` | RabbitMQ Cluster Operator image tag (immutable tags are recommended) | `1.10.0-scratch-r1` |
| `image.pullPolicy` | RabbitMQ Cluster Operator image pull policy | `IfNotPresent` |
| `image.pullSecrets` | RabbitMQ Cluster Operator image pull secrets | `[]` |
| `rabbitmqImage.registry` | RabbitMQ Image registry | `docker.io` |
| `rabbitmqImage.repository` | RabbitMQ Image repository | `bitnami/rabbitmq` |
| `rabbitmqImage.tag` | RabbitMQ Image tag (immutable tags are recommended) | `3.8.23-debian-10-r4` |
| `rabbitmqImage.tag` | RabbitMQ Image tag (immutable tags are recommended) | `3.8.23-debian-10-r18` |
| `rabbitmqImage.pullSecrets` | RabbitMQ Image pull secrets | `[]` |
| `replicaCount` | Number of RabbitMQ Cluster Operator replicas to deploy | `1` |
| `livenessProbe.enabled` | Enable livenessProbe on RabbitMQ Cluster Operator nodes | `true` |
+5 -5
View File
@@ -124,7 +124,7 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate
| `query.serviceAccount.annotations` | Annotations for Thanos Query Service Account | `{}` |
| `query.serviceAccount.existingServiceAccount` | Provide an existing service account for query | `""` |
| `query.hostAliases` | Deployment pod host aliases | `[]` |
| `query.replicaLabel` | Replica indicator(s) along which data is deduplicated | `[]` |
| `query.replicaLabel` | Replica indicator(s) along which data is deduplicated | `["replica"]` |
| `query.dnsDiscovery.enabled` | Enable store APIs discovery via DNS | `true` |
| `query.dnsDiscovery.sidecarsService` | Sidecars service name to discover them using DNS discovery | `""` |
| `query.dnsDiscovery.sidecarsNamespace` | Sidecars namespace to discover them using DNS discovery | `""` |
@@ -462,7 +462,7 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate
| `compactor.persistence.enabled` | Enable data persistence | `true` |
| `compactor.persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` |
| `compactor.persistence.storageClass` | Specify the `storageClass` used to provision the volume | `""` |
| `compactor.persistence.accessModes` | Access modes of data volume | `[]` |
| `compactor.persistence.accessModes` | Access modes of data volume | `["ReadWriteOnce"]` |
| `compactor.persistence.size` | Size of data volume | `8Gi` |
@@ -538,7 +538,7 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate
| `storegateway.persistence.enabled` | Enable data persistence | `true` |
| `storegateway.persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` |
| `storegateway.persistence.storageClass` | Specify the `storageClass` used to provision the volume | `""` |
| `storegateway.persistence.accessModes` | Access modes of data volume | `[]` |
| `storegateway.persistence.accessModes` | Access modes of data volume | `["ReadWriteOnce"]` |
| `storegateway.persistence.size` | Size of data volume | `8Gi` |
| `storegateway.autoscaling.enabled` | Enable autoscaling for Thanos Store Gateway | `false` |
| `storegateway.autoscaling.minReplicas` | Minimum number of Thanos Store Gateway replicas | `""` |
@@ -642,7 +642,7 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate
| `ruler.persistence.enabled` | Enable data persistence | `true` |
| `ruler.persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` |
| `ruler.persistence.storageClass` | Specify the `storageClass` used to provision the volume | `""` |
| `ruler.persistence.accessModes` | Access modes of data volume | `[]` |
| `ruler.persistence.accessModes` | Access modes of data volume | `["ReadWriteOnce"]` |
| `ruler.persistence.size` | Size of data volume | `8Gi` |
| `ruler.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
| `ruler.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
@@ -756,7 +756,7 @@ Check the section [Integrate Thanos with Prometheus and Alertmanager](#integrate
| `receive.persistence.enabled` | Enable data persistence | `true` |
| `receive.persistence.existingClaim` | Use a existing PVC which must be created manually before bound | `""` |
| `receive.persistence.storageClass` | Specify the `storageClass` used to provision the volume | `""` |
| `receive.persistence.accessModes` | Access modes of data volume | `[]` |
| `receive.persistence.accessModes` | Access modes of data volume | `["ReadWriteOnce"]` |
| `receive.persistence.size` | Size of data volume | `8Gi` |
| `receive.pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
| `receive.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |