diff --git a/.env.default b/.env.default index 56ec9601..c36702eb 100644 --- a/.env.default +++ b/.env.default @@ -47,6 +47,7 @@ LOGSPOUT_TAG=v3.2.11 # Kapture KAPTURE_IMAGE=kalisio/kapture KAPTURE_TAG=latest +KAPTURE_KANO_URL=http://kano:8081 KAPTURE_REPLICAS=1 KAPTURE_CONSTRAINTS="node.role==worker" diff --git a/docs/guides/understanding-kargo.md b/docs/guides/understanding-kargo.md index 27916a64..3ae14fa6 100644 --- a/docs/guides/understanding-kargo.md +++ b/docs/guides/understanding-kargo.md @@ -52,11 +52,13 @@ A **stack** of interrelated services that can be orchestrated and scaled togethe A **service** is an application to be deployed over the Swarm cluster. **Kargo** provides the default settings for deploying the following services/applications: + * [Adminer](https://www.adminer.org/) * [Express Gateway](https://www.express-gateway.io/) * [Grafana](https://grafana.com/) * [Hub'eau](https://github.com/kalisio/k-hubeau) * [k2](https://github.com/kalisio/k2) * [kano](https://github.com/kalisio/kano) + * [kapture](https://github.com/kalisio/kapture) * [MapServer](https://mapserver.org) * [maputnik](https://maputnik.github.io/) * [Metar/Taf](https://github.com/kalisio/k-metar-taf) @@ -71,7 +73,7 @@ A **service** is an application to be deployed over the Swarm cluster. **Kargo** * [redis](https://redis.io/) * [Redis Commander](http://joeferner.github.io/redis-commander/) * [Teleray](https://github.com/kalisio/k-teleray) - * [TileServer GL](http://tileserver.org/) + * [TileServer-GL](https://github.com/maptiler/tileserver-gl) * [Thredds](https://www.unidata.ucar.edu/software/thredds/current/tds/) * [Vigicrues](https://github.com/kalisio/k-vigicrues) * [Weacast API](https://weacast.github.io/weacast-docs/) diff --git a/docs/reference/environment.md b/docs/reference/environment.md index a48d1796..b077997c 100644 --- a/docs/reference/environment.md +++ b/docs/reference/environment.md @@ -120,18 +120,16 @@ For each stack, there must be such an entry: | `KANO_DEBUG` | Enable the debug mode. | `` | | `KANO_REPLICAS` | The number of replicas. | `1` | -### Logspout +### Kapture | Variable | Description | Default value | | --- | --- | --- | -| `LOGSPOUT_IMAGE` | The image to be used. | `kalisio/logspout` | -| `LOGSPOUT_TAG` | The version to be used. | `v3.2.11` | -| `LOGSPOUT_SLACK_WEBHOOK_URL` | The Slack webhook URL to be used to post messages -| `LOGSPOUT_SLACK_MESSAGE_FILTER` | The regex to be used to filter messages to be sent to Slack - -::: tip -More configuration details on our [Logspout Slack adapter](https://github.com/kalisio/logspout-slack). -::: +| `KAPTURE_IMAGE` | The image to be used. | `kalisio/kapture` | +| `KAPTURE_TAG` | The version to be used. | `latest` | +| `KAPTURE_KANO_URL` | The url to access the **Kano** app. | `http://kano:8081` | +| `KAPTURE_KANO_JWT` | The JWT to allow **kapture** to login to **Kano**. | - | +| `KAPTURE_REPLICAS` | The number of replicas to deploy. | `1` | +| `KAPTURE_CONSTRAINTS` | The constraints to apply when deploying the service. | `node.role==worker` | ### Kontrol @@ -144,6 +142,19 @@ More configuration details on our [Logspout Slack adapter](https://github.com/ka More configuration details on our [kontrol repository](https://github.com/kalisio/kontrol). ::: +### Logspout + +| Variable | Description | Default value | +| --- | --- | --- | +| `LOGSPOUT_IMAGE` | The image to be used. | `kalisio/logspout` | +| `LOGSPOUT_TAG` | The version to be used. | `v3.2.11` | +| `LOGSPOUT_SLACK_WEBHOOK_URL` | The Slack webhook URL to be used to post messages +| `LOGSPOUT_SLACK_MESSAGE_FILTER` | The regex to be used to filter messages to be sent to Slack + +::: tip +More configuration details on our [Logspout Slack adapter](https://github.com/kalisio/logspout-slack). +::: + ### MapCache | Variable | Description | Default value |