playwright-mcp

This commit is contained in:
Sense T
2026-05-28 09:14:02 +00:00
parent 5f6decf25a
commit eb00242aa4
4 changed files with 83 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
kind: Kustomization
replicas:
- name: playwright-mcp
count: 1
resources:
- deployment.yaml
- pvc.yaml
- service.yaml
namespace: mcp
images:
- name: image
newName: mcr.microsoft.com/playwright/mcp
newTag: v0.0.75
configMapGenerator:
- name: playwright-mcp
files:
- config/PLAYWRIGHT_MCP_PORT
- config/PLAYWRIGHT_MCP_HOST
- config/PLAYWRIGHT_MCP_ALLOWED_HOSTS