There was an error while loading. Please reload this page.
1 parent f032849 commit f70e428Copy full SHA for f70e428
gatewayd.yaml
@@ -23,7 +23,7 @@ loggers:
23
metrics:
24
default:
25
enabled: True
26
- address: localhost:9090
+ address: 0.0.0.0:9090
27
path: /metrics
28
readHeaderTimeout: 10s # duration, prevents Slowloris attacks
29
timeout: 10s # duration
@@ -68,6 +68,6 @@ servers:
68
69
api:
70
71
- httpAddress: localhost:18080
+ httpAddress: 0.0.0.0:18080
72
grpcNetwork: tcp
73
- grpcAddress: localhost:19090
+ grpcAddress: 0.0.0.0:19090
0 commit comments