Skip to content

Instantly share code, notes, and snippets.

@shawnho1018
Created September 14, 2022 15:59
Show Gist options
  • Save shawnho1018/cf5777e0d6963ed726d96784af826329 to your computer and use it in GitHub Desktop.
Save shawnho1018/cf5777e0d6963ed726d96784af826329 to your computer and use it in GitHub Desktop.
gateway.yaml public
kind: Gateway
apiVersion: gateway.networking.k8s.io/v1alpha2
metadata:
name: jitsi-http3
spec:
gatewayClassName: gke-l7-gxlb
listeners:
- name: https
protocol: HTTPS
port: 443
tls:
mode: Terminate
certificateRefs:
- kind: Secret
group: ""
name: wildcard-shawnk8s-com
allowedRoutes:
namespaces:
from: "All"
addresses:
- type: NamedAddress
value: jitsi-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment