TT#40700 Do not expose InfluxDB admin and backup/restore RPC service ports

Update test for matching change in templates.

Change-Id: Ieacd6e0de52e8650ba3851be33e046fed860ae87
changes/02/22602/2
Guillem Jover 8 years ago
parent 3aa4f4e033
commit c883b41c77

@ -169,11 +169,16 @@ port:
[% END -%]
# InfluxDB Admin
tcp6:8083:
tcp:8083:
listening: true
ip: ["::"]
ip: ["127.0.0.1"]
# InfluxDb Query
tcp6:8086:
listening: true
ip: ["::"]
# InfluxDb Backup/Restore RPC
tcp:8088:
listening: true
ip: ["127.0.0.1"]

Loading…
Cancel
Save