http-bind port update

Adjusted port numbers to allow for proper load balancer routing
pull/6248/head
mdevy-influxdata 2025-07-16 14:55:39 -07:00 committed by Jason Stirnaman
parent be2c6ac503
commit a4fe6755bd
1 changed files with 6 additions and 6 deletions

View File

@ -57,7 +57,7 @@ influxdb3 serve \
--mode ingest,query \
--object-store s3 \
--bucket influxdb-3-enterprise-storage \
--http-bind localhost:8282 \
--http-bind localhost:8181 \
--aws-access-key-id AWS_ACCESS_KEY_ID \
--aws-secret-access-key AWS_SECRET_ACCESS_KEY
```
@ -286,7 +286,7 @@ influxdb3 serve \
--mode ingest,query \
--object-store s3 \
--bucket influxdb-3-enterprise-storage \
--http-bind localhost:8282 \
--http-bind localhost:8181 \
--aws-access-key-id AWS_ACCESS_KEY_ID \
--aws-secret-access-key AWS_SECRET_ACCESS_KEY
```
@ -343,7 +343,7 @@ The following examples sets up high availability with a dedicated Compactor node
--mode ingest,query \
--object-store s3 \
--bucket influxdb-3-enterprise-storage \
--http-bind localhost:8282 \
--http-bind localhost:8181 \
--aws-access-key-id <AWS_ACCESS_KEY_ID> \
--aws-secret-access-key <AWS_SECRET_ACCESS_KEY>
```
@ -415,7 +415,7 @@ ingest nodes alongside query nodes and a dedicated Compactor node.
--mode ingest \
--object-store s3 \
--bucket influxdb-3-enterprise-storage \
--http-bind localhost:8282 \
--http-bind localhost:8181 \
--aws-access-key-id <AWS_ACCESS_KEY_ID> \
--aws-secret-access-key <AWS_SECRET_ACCESS_KEY>
```
@ -459,7 +459,7 @@ ingest nodes alongside query nodes and a dedicated Compactor node.
--mode query \
--object-store s3 \
--bucket influxdb-3-enterprise-storage \
--http-bind localhost:8383 \
--http-bind localhost:8181 \
--aws-access-key-id <AWS_ACCESS_KEY_ID> \
--aws-secret-access-key <AWS_SECRET_ACCESS_KEY>
```
@ -478,7 +478,7 @@ ingest nodes alongside query nodes and a dedicated Compactor node.
--mode query \
--object-store s3 \
--bucket influxdb-3-enterprise-storage \
--http-bind localhost:8484 \
--http-bind localhost:8181 \
--aws-access-key-id <AWS_ACCESS_KEY_ID> \
<AWS_SECRET_ACCESS_KEY>
```