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:
|
||||
- port: 9090
|
||||
tls: false
|
||||
bind_addresses: ['0.0.0.0']
|
||||
bind_addresses: ['::']
|
||||
type: http
|
||||
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue