Skip to content
Snippets Groups Projects
Verified Commit 9b7dc4b4 authored by Martin Weise's avatar Martin Weise
Browse files

Updated charts

parent aa556593
No related branches found
No related tags found
4 merge requests!250Master,!246Dev,!244Dev,!243Dev
This commit is part of merge request !243. Comments created here will be created in the context of that merge request.
...@@ -86,3 +86,48 @@ chart. See their documentation for the remaining overridden values. ...@@ -86,3 +86,48 @@ chart. See their documentation for the remaining overridden values.
The Data Database uses the [Bitnami MariaDB Galera](https://artifacthub.io/packages/helm/bitnami/mariadb-galera) The Data Database uses the [Bitnami MariaDB Galera](https://artifacthub.io/packages/helm/bitnami/mariadb-galera)
Helm chart. See their documentation for the remaining overridden values. It is important to note that the Data Database Helm chart. See their documentation for the remaining overridden values. It is important to note that the Data Database
uses a sidecar to import/export files from the Storage Service. uses a sidecar to import/export files from the Storage Service.
### Search Database
The Search Database uses
the [OpenSearch](https://artifacthub.io/packages/helm/opensearch-project-helm-charts/opensearch) Helm
chart. See their documentation for the remaining overridden values.
| Name | Description | Value |
|-------------------|--------------------------------------|-------------|
| `searchDb.host` | Hostname. Needed for other services. | `search-db` |
| `authDB.port` | Port. Needed for other services. | `9200` |
| `authDB.username` | Username. Needed for other services. | `admin` |
| `authDB.password` | Password. Needed for other services. | `admin` |
### Search Database Dashboard
The Search Database Dashboard uses
the [OpenSearch](https://artifacthub.io/packages/helm/opensearch-project-helm-charts/opensearch-dashboards) Helm
chart. See their documentation for the remaining overridden values.
### Upload Service
| Name | Description | Value |
|----------------------------------|----------------------------------------|-------------------|
| `uploadService.enabled` | Enables/disabled the deployment. | `true` |
| `uploadService.image.registry` | Registry to pull the image | `registry` |
| `uploadService.image.repository` | Repository to pull the image | `tusproject/tusd` |
| `uploadService.image.tag` | Tag of the image. | `v1.12` |
| `uploadService.replicaCount` | Number of replicas for the deployment. | `2` |
### Broker Service
The Broker Service uses the [Bitnami RabbitMQ](https://artifacthub.io/packages/helm/bitnami/rabbitmq)
Helm chart. See their documentation for the remaining overridden values.
| Name | Description | Value |
|-----------------------------------|-------------------------------------------------------------------------|-------------------------------|
| `brokerService.url` | Admin API endpoint. Needed for other services. | `http://broker-service:15672` |
| `brokerService.host` | Service hostname. Needed for other services. | `broker-service` |
| `brokerService.port` | Service port. Needed for other services. | `5672` |
| `brokerService.virtualHost` | Virtual host on RabbitMQ. Needed for other services. | `dbrepo` |
| `brokerService.queueName` | Queue name on RabbitMQ. Needed for other services. | `dbrepo` |
| `brokerService.exchangeName` | Exchange name on RabbitMQ. Needed for other services. | `dbrepo` |
| `brokerService.routingKey` | Route binding for queue to exchange defined. Needed for other services. | `dbrepo.#` |
| `brokerService.connectionTimeout` | Connection timeout. Needed for other services. | `60000` |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment