Skip to content
Snippets Groups Projects

Dev

Merged
Martin Weiserequested to merge
dev into master
1 file
+ 47
2
Compare changes
  • Side-by-side
  • Inline
+ 47
2
@@ -84,5 +84,50 @@ chart. See their documentation for the remaining overridden values.
@@ -84,5 +84,50 @@ chart. See their documentation for the remaining overridden values.
### Data Database
### Data Database
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.
\ No newline at end of file
 
### 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` |
Loading