Skip to content

Commit

Permalink
feat: Remove deprecated seeder service (close #189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Oct 22, 2020
1 parent 563379e commit 20ac9db
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 62 deletions.
6 changes: 0 additions & 6 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ REDIS_COMMANDER_TAG=latest
REGISTRY_IMAGE=registry
REGISTRY_TAG=2

# Seeder
SEEDER_IMAGE=kalisio/k-seeder
SEEDER_TAG=latest
SEEDER_CONFIG_PATH=/home/ubuntu/kargo/.kargo/configs/seeder
SEEDER_MAPPROXY_CONFIG_PATH=/home/ubuntu/kargo/.kargo/configs/mapproxy

# Traefik
TRAEFIK_IMAGE=traefik
TRAEFIK_TAG=1.7-alpine
Expand Down
1 change: 0 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ OWS_STACK="tileservergl mapproxy thredds k2"
WEACAST_STACK="weacast arpege-world-loader arpege-europe-loader arome-france-loader gfs-world-loader"
HYDRO_STACK="hubeau-stations hubeau-observations vigicrues"
AIR_STACK="teleray openaq"
SEEDER_STACK="seeder"
APP_STACK="maputnik kano"

# KANO
Expand Down
11 changes: 0 additions & 11 deletions configs/seeder/config.json

This file was deleted.

34 changes: 0 additions & 34 deletions deploy/seeder.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/guides/understanding-kargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ A **service** is an application to be deployed over the Swarm cluster. **Kargo**
* [Logspout](https://github.com/gliderlabs/logspout)
* [redis](https://redis.io/)
* [Redis Commander](http://joeferner.github.io/redis-commander/)
* [Seeder](https://github.com/kalisio/k-seeder)
* [Teleray](https://github.com/kalisio/k-teleray)
* [TileServer GL](http://tileserver.org/)
* [Thredds](https://www.unidata.ucar.edu/software/thredds/current/tds/)
Expand Down
9 changes: 0 additions & 9 deletions docs/reference/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,6 @@ The **MapProxy** service is preconfigured to run [Gunicorn](https://gunicorn.org
| `REDIS_TAG` | The version to be used. | `5` |
| `REDIS_URL` | The URL to the service. | `redis://redis:6379` |

### Seeder

| Variable | Description | Default value |
| --- | --- | --- |
| `SEEDER_IMAGE` | The image to be used. | `kalisio/k-seeder` |
| `SEEDER_TAG` | The version to be used. | `latest` |
| `SEEDER_CONFIG_PATH` | The path to the seeder configuration. | `/home/ubuntu/kargo/.kargo/configs/seeder` |
| `SEEDER_MAPPROXY_CONFIG_PATH` | The path to the **MapProxy** configuration. | `/home/ubuntu/kargo/.kargo/configs/mapproxy` |

### Teleray

| Variable | Description | Default value |
Expand Down

0 comments on commit 20ac9db

Please sign in to comment.