# ------------------------------------------------------------------------------ # Service: Firecrawl API # ------------------------------------------------------------------------------ apiVersion: v1 kind: Service metadata: name: firecrawl-api namespace: firecrawl labels: epcot.theme/service: spaceship-earth spec: type: ClusterIP selector: app: firecrawl-api ports: - protocol: TCP port: 3002 targetPort: 3002 name: http