Skip to content

Commit

Permalink
Add port configuration for backup and restore (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 21, 2023
1 parent e6c00f5 commit b0c6954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions influxdb/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ map:
ports:
80/tcp: null
8086/tcp: 8086
8088/tcp: 8088
ports_description:
80/tcp: Web interface (Not required for Ingress)
8086/tcp: InfluxDB server
8088/tcp: RPC service for backup and restore
auth_api: true
options:
auth: true
Expand Down

0 comments on commit b0c6954

Please sign in to comment.