Add support IPv6 on metrics port
This commit is contained in:
parent
f6c63e7511
commit
0aa564b002
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ data:
|
||||||
worker_listeners:
|
worker_listeners:
|
||||||
- port: 9090
|
- port: 9090
|
||||||
tls: false
|
tls: false
|
||||||
bind_addresses: ['0.0.0.0']
|
bind_addresses: ['::']
|
||||||
type: http
|
type: http
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue