mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
Fix k3d memory specification
This commit is contained in:
parent
b74faea449
commit
04a1c68ba0
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ options:
|
|||
switchCurrentContext: false
|
||||
runtime:
|
||||
gpuRequest: ""
|
||||
serversMemory: "1024Mi"
|
||||
agentsMemory: "1024Mi"
|
||||
serversMemory: "1024MiB"
|
||||
agentsMemory: "1024MiB"
|
||||
labels:
|
||||
- label: foo=bar
|
||||
nodeFilters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue