feat: add agentgateway-proxy deployment bundle and gateway configuration

This commit is contained in:
2026-05-05 09:29:02 +02:00
parent 6b1c2f54f7
commit 9c07b4013f
2 changed files with 22 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
kind: Bundle
metadata:
name: agentgateway-proxy
defaultNamespace: agentgateway-system
dependsOn:
- name: fleet-ai-stack-01-agentgateway-crds
@@ -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