add gateway and http route

This commit is contained in:
2026-05-06 16:37:39 -05:00
parent 1c8cca8db0
commit a5416a75f3
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: envoy-gateway
namespace: default
spec:
gatewayClassName: envoy
listeners:
- name: http
protocol: HTTP
port: 80
hostname: "llm.mycompany.com"