-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #248 from RADAR-base/feature/some-fixes
Upgrade appversions of various services
- Loading branch information
Showing
56 changed files
with
198 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
charts/kafka-manager/ | ||
charts/radar-backend/ | ||
charts/smtp/ | ||
external/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,44 @@ | ||
|
||
|
||
# kafka-manager | ||
# Kafka Manager Helm Chart | ||
|
||
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 1.3.3.18](https://img.shields.io/badge/AppVersion-1.3.3.18-informational?style=flat-square) | ||
[Kafka Manager](https://github.com/yahoo/kafka-manager) is a tool for managing [Apache Kafka](http://kafka.apache.org/). | ||
|
||
A tool for managing Apache Kafka. | ||
## TL;DR; | ||
|
||
**Homepage:** <https://github.com/yahoo/kafka-manager> | ||
```bash | ||
$ helm install stable/kafka-manager | ||
``` | ||
|
||
## Maintainers | ||
## Prerequisites | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| giacomoguiulfo | <[email protected]> | | | ||
| ssalaues | <[email protected]> | | | ||
- Kubernetes 1.9+ with Beta APIs enabled | ||
|
||
## Source Code | ||
## Installing the Chart | ||
|
||
* <https://github.com/yahoo/kafka-manager> | ||
To install the chart with the release name `my-release`: | ||
|
||
## Requirements | ||
```bash | ||
$ helm install --name my-release stable/kafka-manager | ||
``` | ||
|
||
Kubernetes: `^1.8.0-0` | ||
The command deploys Kafka Manager on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. | ||
|
||
> **Tip**: List all releases using `helm list` | ||
## Uninstalling the Chart | ||
|
||
To uninstall/delete the `my-release` deployment: | ||
|
||
```bash | ||
$ helm delete my-release | ||
``` | ||
|
||
The command removes all the Kubernetes components associated with the chart and deletes the release. | ||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the Kafka Manager chart and their default values. | ||
|
||
## Values | ||
|
||
|
@@ -46,7 +63,7 @@ Kubernetes: `^1.8.0-0` | |
| zookeeper | object | `{"enabled":false,"env":{"ZK_HEAP_SIZE":"1G"},"persistence":{"enabled":false}}` | ---------------------------------------------------------------------------- | | ||
| zkHosts | string | `"cp-zookeeper:2181"` | | | ||
| image.repository | string | `"radarbase/kafka-manager"` | | | ||
| image.tag | string | `"1.3.3.18"` | | | ||
| image.tag | string | `nil` | Overrides the image tag whose default is the chart appVersion. | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| imagePullSecrets | list | `[]` | Docker registry secret names as an array | | ||
| disable_tls | bool | `false` | Disable TLS (reconfigures Ingress and sets URLs to use HTTP) | | ||
|
@@ -57,5 +74,17 @@ Kubernetes: `^1.8.0-0` | |
| ingress.hosts | list | `["localhost"]` | Hosts to accept requests from | | ||
| ingress.tls.secretName | string | `"radar-base-tls"` | TLS Secret Name | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) | ||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, | ||
|
||
```console | ||
$ helm install stable/kafka-manager --name my-release \ | ||
--set ingress.enabled=true | ||
``` | ||
|
||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, | ||
|
||
```console | ||
$ helm install stable/kafka-manager --name my-release -f values.yaml | ||
``` | ||
|
||
> **Tip**: You can use the default [values.yaml](values.yaml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Kafka Manager Helm Chart | ||
|
||
[Kafka Manager](https://github.com/yahoo/kafka-manager) is a tool for managing [Apache Kafka](http://kafka.apache.org/). | ||
|
||
## TL;DR; | ||
|
||
```bash | ||
$ helm install stable/kafka-manager | ||
``` | ||
|
||
## Prerequisites | ||
|
||
- Kubernetes 1.9+ with Beta APIs enabled | ||
|
||
## Installing the Chart | ||
|
||
To install the chart with the release name `my-release`: | ||
|
||
```bash | ||
$ helm install --name my-release stable/kafka-manager | ||
``` | ||
|
||
The command deploys Kafka Manager on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. | ||
|
||
> **Tip**: List all releases using `helm list` | ||
|
||
## Uninstalling the Chart | ||
|
||
To uninstall/delete the `my-release` deployment: | ||
|
||
```bash | ||
$ helm delete my-release | ||
``` | ||
|
||
The command removes all the Kubernetes components associated with the chart and deletes the release. | ||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the Kafka Manager chart and their default values. | ||
|
||
{{ template "chart.valuesSection" . }} | ||
|
||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, | ||
|
||
```console | ||
$ helm install stable/kafka-manager --name my-release \ | ||
--set ingress.enabled=true | ||
``` | ||
|
||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, | ||
|
||
```console | ||
$ helm install stable/kafka-manager --name my-release -f values.yaml | ||
``` | ||
|
||
> **Tip**: You can use the default [values.yaml](values.yaml) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,39 @@ | ||
|
||
|
||
# radar-backend | ||
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-backend)](https://artifacthub.io/packages/helm/radar-base/radar-backend) | ||
|
||
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) | ||
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) | ||
|
||
A Helm chart for RADAR-Base backend services which provides a layer to monitor and analyze streams of wearable data and write data to storage. | ||
|
||
**Homepage:** <https://radar-base.org> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Keyvan Hedayati | [email protected] | https://www.thehyve.nl | | ||
| Joris Borgdorff | [email protected] | https://www.thehyve.nl/experts/joris-borgdorff | | ||
| Nivethika Mahasivam | [email protected] | https://www.thehyve.nl/experts/nivethika-mahasivam | | ||
| Keyvan Hedayati | <[email protected]> | <https://www.thehyve.nl> | | ||
| Joris Borgdorff | <[email protected]> | <https://www.thehyve.nl/experts/joris-borgdorff> | | ||
| Nivethika Mahasivam | <[email protected]> | <https://www.thehyve.nl/experts/nivethika-mahasivam> | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/radar-backend> | ||
* <https://github.com/RADAR-base/RADAR-Appserver> | ||
|
||
## Prerequisites | ||
* Kubernetes 1.22+ | ||
* Kubectl 1.22+ | ||
* Helm 3.1.0+ | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| replicaCount | int | `2` | | | ||
| image.repository | string | `"radarbase/radar-backend"` | | | ||
| image.tag | string | `"0.4.0"` | | | ||
| image.tag | string | `nil` | Overrides the image tag whose default is the chart appVersion. | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| imagePullSecrets | list | `[]` | Docker registry secret names as an array | | ||
| nameOverride | string | `""` | String to partially override radar-backend.fullname template with a string (will prepend the release name) | | ||
|
@@ -32,17 +47,14 @@ A Helm chart for RADAR-Base backend services which provides a layer to monitor a | |
| nodeSelector | object | `{}` | | | ||
| tolerations | list | `[]` | | | ||
| affinity | object | `{}` | | | ||
| extraEnv[0].name | string | `"TOPIC_LIST"` | | | ||
| extraEnv[0].value | string | `"application_record_counts"` | | | ||
| zookeeper | string | `"cp-zookeeper-headless:2181"` | | | ||
| kafka | string | `"cp-kafka-headless:9092"` | | | ||
| rest_proxy | string | `"http://cp-kafka-rest:8082"` | | | ||
| schema_registry | string | `"http://cp-schema-registry:8081"` | | | ||
| kafka_num_brokers | string | `"3"` | | | ||
| extraEnv[0].name | string | `"TOPIC_LIST"` | | | ||
| extraEnv[0].value | string | `"application_record_counts"` | | | ||
| smtp.host | string | `"smtp"` | | | ||
| smtp.port | int | `25` | | | ||
| smtp.user | string | `"[email protected]"` | | | ||
| persistence.enabled | bool | `false` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.