Skip to content

Commit 2215327

Browse files
committed
chore(charts): use Files.Get replace include
1 parent e9937da commit 2215327

15 files changed

Lines changed: 1733 additions & 397 deletions

charts/controller/files/limit-plans.json

Lines changed: 982 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[
2+
{
3+
"fields": {
4+
"cpu": {
5+
"boost": "3700MHZ",
6+
"clock": "3100MHZ",
7+
"cores": 32,
8+
"name": "Universal CPU",
9+
"threads": 64
10+
},
11+
"created": "2025-09-16T05:05:37.135Z",
12+
"disabled": false,
13+
"features": {
14+
"gpu": {
15+
"cores": 128,
16+
"memory": {
17+
"size": "shared",
18+
"type": "shared"
19+
},
20+
"name": "Integrated GPU",
21+
"rops": 1,
22+
"tmus": 1
23+
},
24+
"network": "10G"
25+
},
26+
"keywords": [
27+
"unknown"
28+
],
29+
"memory": {
30+
"size": "64GB",
31+
"type": "DDR4-ECC"
32+
},
33+
"updated": "2025-09-16T05:05:37.135Z"
34+
},
35+
"model": "api.limitspec",
36+
"pk": "std1"
37+
}
38+
]

0 commit comments

Comments
 (0)