Skip to content

Instantly share code, notes, and snippets.

@gszr
Last active June 22, 2020 19:39
Show Gist options
  • Save gszr/ede8ec1c8bc7727a30f2188b52372cc1 to your computer and use it in GitHub Desktop.
Save gszr/ede8ec1c8bc7727a30f2188b52372cc1 to your computer and use it in GitHub Desktop.
_format_version: "1.1"
services:
- name: service1
host: upstream1
protocol: http
retries: 5
connect_timeout: 60000
write_timeout: 60000
read_timeout: 60000
path: /
routes:
- paths:
- "/"
upstreams:
- name: upstream1
targets:
- {weight: 100, target: "0.0.0.0:20200"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment