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
Copy file name to clipboardExpand all lines: helm-chart/eoapi-notifier/README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,24 @@ config:
27
27
database: postgis
28
28
username: postgres
29
29
password: password
30
+
30
31
outputs:
31
32
- type: mqtt
32
33
config:
33
34
broker_host: mqtt-broker
34
35
broker_port: 1883
35
36
37
+
- type: cloudevents
38
+
config:
39
+
source: /eoapi/pgstac
40
+
event_type: org.eoapi.stac.item
41
+
destination:
42
+
ref:
43
+
apiVersion: messaging.knative.dev/v1
44
+
kind: Broker
45
+
name: my-channel-1
46
+
namespace: serverless
47
+
36
48
secrets:
37
49
postgresql:
38
50
create: true
@@ -47,3 +59,23 @@ resources:
47
59
cpu: 100m
48
60
memory: 128Mi
49
61
```
62
+
63
+
## KNative SinkBinding Support
64
+
65
+
The chart automatically creates KNative SinkBinding resources for CloudEvents outputs, resolving object references to URLs via the `K_SINK` environment variable.
0 commit comments