Added second webhook to separate deploy repo
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: EventSource
|
||||
metadata:
|
||||
name: webhook
|
||||
name: webhook-build
|
||||
namespace: argo-events
|
||||
spec:
|
||||
service:
|
||||
@ -9,7 +9,11 @@ spec:
|
||||
- port: 12000
|
||||
targetPort: 12000
|
||||
webhook:
|
||||
test-hook:
|
||||
endpoint: /gitea-hook
|
||||
user-microservice:
|
||||
endpoint: /user-microservice
|
||||
method: POST
|
||||
port: "12000"
|
||||
port: "12000"
|
||||
user-microservice-deploy:
|
||||
endpoint: /user-microservice-deploy
|
||||
method: POST
|
||||
port: "12000"
|
Reference in New Issue
Block a user