# ------------------------------------------------------------------------------ # Service: Redis # ------------------------------------------------------------------------------ apiVersion: v1 kind: Service metadata: name: firecrawl-redis namespace: firecrawl spec: type: ClusterIP selector: app: firecrawl-redis ports: - protocol: TCP port: 6379 targetPort: 6379 name: redis