Skip to content

Commit

Permalink
Remove old deprecated YAML files
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Apr 8, 2022
1 parent 0ba4ec8 commit 6a34a1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 104 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ The following instructions show how to run and test `nats-connector` on Kubernet
2. Deploy the connector with:

```bash
kubectl apply -f ./yaml/kubernetes/connector-dep.yaml
arkade install nats-connector
```

Or deploy via the [nats-connector Helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/nats-connector) instead

3. Deploy the `publish-message` function

```bash
Expand Down Expand Up @@ -76,7 +78,7 @@ make build push

### Configuration

Configuration is by environment variable, which can be set in the Kubernetes YAML file: [yaml/kubernetes/connector-dep.yaml](./yaml/kubernetes/connector-dep.yaml)
Configuration of the binary is by environment variable. The names vary for the values.yaml file in [the Helm chart](https://github.com/openfaas/faas-netes/tree/master/chart/nats-connector).

| Variable | Description | Default |
| -------------------- | ------------------------------|--------------------------------------------------|
Expand All @@ -87,4 +89,3 @@ Configuration is by environment variable, which can be set in the Kubernetes YAM
| `upstream_timeout` | Timeout to wait for synchronous invocations | `60s` |
| `rebuild_interval` | Interval at which to rebuild the map of topics <> functions | `5s` |
| `topic_delimiter` | Used to separate items in `topics` variable | `,` |

51 changes: 0 additions & 51 deletions yaml/connector-swarm.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions yaml/kubernetes/connector-dep.yaml

This file was deleted.

0 comments on commit 6a34a1b

Please sign in to comment.