github.com/argoproj/argo-events@v1.9.1/test/stress/testdata/eventsources/webhook.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: EventSource
     3  metadata:
     4    name: stress-testing
     5  spec:
     6    replica: 1
     7    # template:
     8    #   container:
     9    #     resources:
    10    #       requests:
    11    #         memory: "64Mi"
    12    #         cpu: "250m"
    13    #       limits:
    14    #         memory: "128Mi"
    15    #         cpu: "500m"
    16    webhook:
    17      test:
    18        port: "12000"
    19        endpoint: /test
    20        method: POST