Skip to content

Commit b0c6954

Browse files
authored
Add port configuration for backup and restore (#287)
1 parent e6c00f5 commit b0c6954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

influxdb/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ map:
2424
ports:
2525
80/tcp: null
2626
8086/tcp: 8086
27+
8088/tcp: 8088
2728
ports_description:
2829
80/tcp: Web interface (Not required for Ingress)
2930
8086/tcp: InfluxDB server
31+
8088/tcp: RPC service for backup and restore
3032
auth_api: true
3133
options:
3234
auth: true

0 commit comments

Comments
 (0)