forked from numaproj/numaflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path21-simple-mono-vertex.yaml
More file actions
27 lines (27 loc) · 903 Bytes
/
21-simple-mono-vertex.yaml
File metadata and controls
27 lines (27 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
apiVersion: numaflow.numaproj.io/v1alpha1
kind: MonoVertex
metadata:
name: simple-mono-vertex
spec:
source:
udsource:
container:
image: quay.io/numaio/numaflow-rs/simple-source:stable
# transformer is an optional container to do any transformation
transformer:
container:
image: quay.io/numaio/numaflow-rs/source-transformer-now:stable
# map is an optional container to do any map operations (available from Numaflow Version 1.7)
udf:
container:
image: quay.io/numaio/numaflow-go/map-cat:stable
imagePullPolicy: IfNotPresent
sink:
udsink:
container:
image: quay.io/numaio/numaflow-rs/sink-log:stable
# fallback is an optional container for sink to fallback to incase the primary sink has failures
fallback:
udsink:
container:
image: quay.io/numaio/numaflow-go/fb-sink-log:stable