# ------------------------------------------------------------------------------ # Service: RabbitMQ # ------------------------------------------------------------------------------ apiVersion: v1 kind: Service metadata: name: firecrawl-rabbitmq namespace: firecrawl spec: type: ClusterIP selector: app: firecrawl-rabbitmq ports: - protocol: TCP port: 5672 targetPort: 5672 name: amqp - protocol: TCP port: 15672 targetPort: 15672 name: management