Skip to content

Commit

Permalink
sample config for localhost ipv4 upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Jun 11, 2022
1 parent 427ded6 commit 66caa5a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions integration/j8a7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
connection:
downstream:
readTimeoutSeconds: 30
roundTripTimeoutSeconds: 60
idleTimeoutSeconds: 30
http:
port: 8080
maxBodyBytes: 65535
upstream:
socketTimeoutSeconds: 10
readTimeoutSeconds: 30
idleTimeoutSeconds: 60
maxAttempts: 1
tlsInsecureSkipVerify: true

routes:
- path: /mse6/
resource: mse6

resources:
mse6:
- url:
scheme: http://
host: 127.0.0.1
port: 60083

0 comments on commit 66caa5a

Please sign in to comment.