Files
edge-gitops/clusters/k3s-dgx/infrastructure/gateway.yaml

13 lines
242 B
YAML

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"