Skip to content

Commit 7898c41

Browse files
authored
Merge pull request wso2#1162 from Krishanx92/report
Update perf yaml
2 parents 0db60fe + 56eeca8 commit 7898c41

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

gateway/docker-compose-perf.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818

1919
services:
2020
gateway-controller:
21-
image: ghcr.io/wso2/api-platform/gateway-controller:0.7.3
21+
image: ghcr.io/wso2/api-platform/gateway-controller:0.8.1
2222
mem_limit: 60m
2323
mem_reservation: 60m
2424
cpus: 0.025
2525
command: ["-config", "/etc/gateway-controller/config.toml"]
2626
ports:
2727
- "9090:9090" # REST API
28+
- "9094:9092" # Admin API
2829
- "18000:18000" # xDS gRPC
2930
- "18001:18001"
3031
- "9011:9091" # Metrics
@@ -33,7 +34,7 @@ services:
3334
- APIP_GW_CONTROLLER_STORAGE_SQLITE_PATH=./data/gateway.db
3435
- APIP_GW_CONTROLLER_LOGGING_LEVEL=info
3536
- APIP_GW_CONTROLLER_METRICS_PORT=9091
36-
- APIP_GW_REGISTRATION_TOKEN=${GATEWAY_REGISTRATION_TOKEN:-}
37+
- APIP_GW_GATEWAY_REGISTRATION_TOKEN=${GATEWAY_REGISTRATION_TOKEN:-}
3738
- APIP_GW_CONTROLPLANE_HOST=${GATEWAY_CONTROLPLANE_HOST:-host.docker.internal:9243}
3839
volumes:
3940
- controller-data:/app/data
@@ -46,7 +47,7 @@ services:
4647
- gateway-network
4748

4849
gateway-runtime:
49-
image: ghcr.io/wso2/api-platform/gateway-runtime:0.7.3
50+
image: ghcr.io/wso2/api-platform/gateway-runtime:0.8.1
5051
mem_limit: 180m
5152
mem_reservation: 180m
5253
cpus: 0.175

0 commit comments

Comments
 (0)