Skip to content

Ports and endpoints

Ports used by the ZEN-INTEL services in the cluster.

ServicePortExposure
Frontend3000Via ingress (/)
Backend8080Via ingress (/api)
AI service8081In-cluster only
Workers (ai, asm, brand)noneIn-cluster (no inbound)
PostgreSQL (postgres-rw)5432In-cluster
Redis6379In-cluster
RabbitMQ5672 (AMQP), 15672 (management)In-cluster
  • Only the ingress is exposed publicly. It routes /api to 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.