refactor: migrate agentgateway-proxy to directory 04 and add agentgateway OCI chart deployment

This commit is contained in:
2026-05-05 09:42:33 +02:00
parent 3acb342c6d
commit 2ae0a80b59
4 changed files with 21 additions and 2 deletions
@@ -0,0 +1,14 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: agentgateway-proxy
namespace: agentgateway-system
spec:
gatewayClassName: agentgateway
listeners:
- protocol: HTTP
port: 80
name: http
allowedRoutes:
namespaces:
from: All