Cleanup argo-workflows directory
This commit is contained in:
20
argo-workflows/webhook/webhook-ingress.yaml
Normal file
20
argo-workflows/webhook/webhook-ingress.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: argo-ingress
|
||||
namespace: argo-events
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: argo-hook.marcin00.pl
|
||||
http:
|
||||
paths:
|
||||
- path: /gitea-hook
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: webhook-eventsource-svc
|
||||
port:
|
||||
number: 12000
|
Reference in New Issue
Block a user