Advertisement
kalimalrazif

Untitled

Apr 9th, 2021
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.   "service": {
  3.     "name": "web",
  4.     "port": 80,
  5.     "connect": {
  6.       "sidecar_service": {
  7.         "proxy": {
  8.           "upstreams": [
  9.             {
  10.               "destination_name": "db",
  11.               "local_bind_port": 3306
  12.             }
  13.           ]
  14.         }
  15.       }
  16.     },
  17.     "check": {
  18.       "id"       : "web-check",
  19.       "http"     : "http://localhost/",
  20.       "method"   : "GET",
  21.       "interval" : "1s",
  22.       "timeout"  : "1s"
  23.     }
  24.   }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement