Files
AI/참고/firecrawl-main/examples/kubernetes/firecrawl-helm/templates/playwright-service.yaml

13 lines
347 B
YAML
Raw Normal View History

2026-05-12 19:40:31 +09:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "firecrawl.fullname" . }}-playwright
spec:
type: {{ .Values.service.playwright.type }}
selector:
app: {{ include "firecrawl.name" . }}-playwright
ports:
- protocol: TCP
port: {{ .Values.service.playwright.port }}
targetPort: {{ .Values.service.playwright.port }}