Skip to content

Instantly share code, notes, and snippets.

@rinx
Created August 11, 2021 09:14
Show Gist options
  • Save rinx/15030aa5d9d95b2bb648fc0df9c61875 to your computer and use it in GitHub Desktop.
Save rinx/15030aa5d9d95b2bb648fc0df9c61875 to your computer and use it in GitHub Desktop.
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: vald-ing
spec:
routes:
- kind: Rule
match: Host(`localhost`) && Headers(`Content-Type`, `application/grpc`)
priority: 10
services:
- name: vald-lb-gateway
port: 8081
scheme: h2c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment