You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NATS connector connects OpenFaaS functions to NATS topics.
8
-
9
-
## Building
10
-
11
-
```
12
-
export TAG=0.2.0
13
-
make build push
14
-
```
9
+
An OpenFaaS event-connector to trigger functions from NATS.
15
10
16
11
## Try it out
17
12
@@ -68,6 +63,15 @@ The following instructions show how to run and test `nats-connector` on Kubernet
68
63
2019-12-29T19:06:50Z 2019/12/29 19:06:50 received "test message"
69
64
```
70
65
66
+
## Building
67
+
68
+
Build and release is done via CI, but you can also build your own version locally.
69
+
70
+
```bash
71
+
export TAG=0.2.1
72
+
make build push
73
+
```
74
+
71
75
### Configuration
72
76
73
77
Configuration is by environment variable, which can be set in the Kubernetes YAML file: [yaml/kubernetes/connector-dep.yaml](./yaml/kubernetes/connector-dep.yaml)
0 commit comments