Fix playwright persistence configuration
Changed from 'size' to 'downloadSize' and 'screenshotSize' to match playwright-mcp chart expectations.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user