Created
February 12, 2020 21:35
-
-
Save gszr/389b00be86de43ea259dbc99f2f48fe8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_format_version: "1.1" | |
services: | |
- connect_timeout: 60000 | |
host: localhost | |
name: hello-grpc-dev | |
port: 9000 | |
protocol: grpc | |
read_timeout: 60000 | |
retries: 5 | |
write_timeout: 60000 | |
routes: | |
- name: hello-grpc-route-dev | |
hosts: | |
- grpcdev.myhost.com | |
paths: | |
- /hello | |
preserve_host: false | |
protocols: | |
- grpc | |
- grpcs | |
regex_priority: 0 | |
strip_path: false | |
https_redirect_status_code: 426 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment