mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Change resources values type to numeric
This commit is contained in:
parent
eca4ad0d1e
commit
6d650b679d
@ -18,9 +18,9 @@
|
|||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "ct/authentik.sh",
|
"script": "ct/authentik.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "6",
|
"cpu": 6,
|
||||||
"ram": "8192",
|
"ram": 8192,
|
||||||
"hdd": "12",
|
"hdd": 12,
|
||||||
"os": "debian",
|
"os": "debian",
|
||||||
"version": "12"
|
"version": "12"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user