Skip to content

Commit 20df968

Browse files
committed
Pin kinesis CI version
1 parent d5ca0da commit 20df968

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
command: [ "gcloud", "beta", "emulators", "pubsub", "start", "--host-port", "pubsub:8085" ]
8484

8585
kinesis:
86-
image: localstack/localstack
86+
image: localstack/localstack:3.8.1
8787
ports:
8888
- "127.0.0.1:4566:4566" # LocalStack Gateway
8989
healthcheck:

test/integration/config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
],
4343
"monitoring": {
4444
"prometheus_metrics_port": 9090,
45+
"prometheus_metrics_host": "0.0.0.0",
4546
"profiler_port": 4269,
47+
"profiler_host": "0.0.0.0",
4648
"profiling_path": "/tmp/fleet-telemetry/profile"
4749
},
4850
"rate_limit": {

0 commit comments

Comments
 (0)