github.com/argoproj/argo-events@v1.9.1/examples/event-sources/generic.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: EventSource
     3  metadata:
     4    name: generic
     5  spec:
     6    generic:
     7      example:
     8        insecure: true
     9        # URL of the gRPC server that implements event source
    10        url: "generic-event-source-server.argo-events.svc:8080"
    11        # Config represents the configuration required to run the event source.
    12        # The configuration will be sent over to eventsource server and should be used
    13        # by the server accordingly to consume events from external sources.
    14        config: |-
    15          key1: value1
    16          key2: value2