deployments/k8s/04-statefun/00-module.yaml (22 lines of code) (raw):
apiVersion: v1
kind: ConfigMap
metadata:
namespace: statefun
name: module-config
data:
module.yaml: |+
kind: io.statefun.endpoints.v2/http
spec:
functions: example/*
urlPathTemplate: http://functions.statefun.svc.cluster.local:8000/statefun
---
kind: io.statefun.kafka.v1/ingress
spec:
id: example/in
address: kafka.statefun.svc.cluster.local:9092
consumerGroupId: my-group-id
topics:
- topic: names
valueType: example/MyMessage
targets:
- example/hello