mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-23 13:26:47 +00:00
Update integration api port docs and gerbil cli
This commit is contained in:
@@ -14,11 +14,11 @@ flags:
|
||||
enable_integration_api: true
|
||||
```
|
||||
|
||||
If you want to specify a port other than the default `3003`, you can do so in the config as well:
|
||||
If you want to specify a port other than the default `3004`, you can do so in the config as well:
|
||||
|
||||
```yaml title="config.yml"
|
||||
server:
|
||||
integration_port: 3003 # Specify different port
|
||||
integration_port: 3004 # Specify different port
|
||||
```
|
||||
|
||||
## Configure Traefik Routing
|
||||
@@ -53,7 +53,7 @@ http:
|
||||
int-api-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://pangolin:3003"
|
||||
- url: "http://pangolin:3004"
|
||||
```
|
||||
|
||||
## Access Documentation
|
||||
|
||||
Reference in New Issue
Block a user