We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44a31f + e25ac4f commit 9b48bd2Copy full SHA for 9b48bd2
2 files changed
deploy/conf/supervisord.conf
@@ -60,10 +60,9 @@ startsecs=2
60
stopwaitsecs=30
61
62
[program:agent_api]
63
-command=/dk/bin/gunicorn -c /dk/gunicorn.conf.py --bind 0.0.0.0:5002 agent_api.app:app
+command=/dk/bin/gunicorn -c /dk/gunicorn.conf.py --bind 0.0.0.0:5003 agent_api.app:app
64
directory=/dk
65
autostart=true
66
autorestart=true
67
startsecs=2
68
69
-
deploy/docker-compose/compose.yaml
@@ -80,7 +80,7 @@ services:
80
depends_on:
81
observability_data_init:
82
condition: service_completed_successfully
83
- expose: ["5000", "5001", "5002"]
+ expose: ["5000", "5001", "5003"]
84
environment:
85
OBSERVABILITY_CONFIG: minikube
86
KAFKA_SERVICE_HOST: ${KAFKA_HOST:-broker}
0 commit comments