--- apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: https namespace: kgateway-system spec: gatewayClassName: kgateway listeners: - allowedRoutes: namespaces: from: All hostname: '*.combient.com' name: https port: 443 protocol: HTTPS tls: certificateRefs: - group: "" kind: Secret name: cluster-tls mode: Terminate