feat: add agentgateway-proxy deployment bundle and gateway configuration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user