Configured first test webhook for Argo Workflows

This commit is contained in:
Marcin-Ramotowski
2025-08-01 22:30:30 +02:00
parent c99b2be62f
commit c9ffa1c420
4 changed files with 108 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: EventSource
metadata:
name: webhook
namespace: argo-events
spec:
service:
ports:
- port: 12000
targetPort: 12000
webhook:
test-hook:
endpoint: /example
method: POST
port: "12000"