Ports and endpoints
Ports used by the ZEN-INTEL services in the cluster.
| Service | Port | Exposure |
|---|---|---|
| Frontend | 3000 | Via ingress (/) |
| Backend | 8080 | Via ingress (/api) |
| AI service | 8081 | In-cluster only |
| Workers (ai, asm, brand) | none | In-cluster (no inbound) |
PostgreSQL (postgres-rw) | 5432 | In-cluster |
| Redis | 6379 | In-cluster |
| RabbitMQ | 5672 (AMQP), 15672 (management) | In-cluster |
- Only the ingress is exposed publicly. It routes
/apito the backend and/to the frontend. - The ai-service is internal. It is called by the backend and workers via
AI_SERVICE_URL. - The backend health endpoint is
/api/health. - PostgreSQL is provided by CloudNativePG, which exposes a read/write Service named
postgres-rw.