Fix playwright persistence configuration

Changed from 'size' to 'downloadSize' and 'screenshotSize' to match
playwright-mcp chart expectations.
This commit is contained in:
CaffeineTux
2025-11-16 03:18:47 -05:00
parent 6581a93ac2
commit 9324249185

View File

@@ -125,7 +125,8 @@ playwright-mcp:
timeout: 30000 timeout: 30000
persistence: persistence:
enabled: true enabled: true
size: 10Gi downloadSize: 10Gi
screenshotSize: 10Gi
storageClassName: nfs-client storageClassName: nfs-client
resources: resources:
limits: limits: