add validating admission controller for argo events

This commit is contained in:
2024-08-28 01:40:59 +10:00
parent d76202ebb0
commit 3a25bbbf24
6 changed files with 127 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: events-webhook
namespace: argo-events
spec:
ports:
- port: 443
targetPort: 443
selector:
app: events-webhook