You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: charts/openrefine/values.schema.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
"$schema": "http://json-schema.org/schema#",
3
3
"type": "object",
4
4
"properties": {
5
+
"service": {
6
+
"description": "Your service will have at least the requested resources and never more than its limits. No limit for a resource and you can consume everything left on the host machine.",
7
+
"type": "object",
8
+
"properties": {
9
+
"memory": {
10
+
"description": "Java memory",
11
+
"type": "string",
12
+
"default": "1024M",
13
+
"render": "slider",
14
+
"sliderMin": 1024,
15
+
"sliderMax": 32768,
16
+
"sliderStep": 1024,
17
+
"sliderUnit": "M"
18
+
}
19
+
}
20
+
},
5
21
"resources": {
6
22
"description": "Your service will have at least the requested resources and never more than its limits. No limit for a resource and you can consume everything left on the host machine.",
0 commit comments