Cleanup argo-workflows directory

This commit is contained in:
Marcin-Ramotowski
2025-08-02 13:16:06 +02:00
parent 77884b291d
commit 2777e73aa2
11 changed files with 173 additions and 43 deletions

View File

@ -1,20 +0,0 @@
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