Skip to content

Commit 16f1dc6

Browse files
committed
Fix UI schema for huggingface apps
1 parent d2dd260 commit 16f1dc6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

charts/azimuth-chat/values.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
"default": "v0.11.0"
4444
}
4545
}
46+
},
47+
"azimuthNodeGroupSelector": {
48+
"type": "string",
49+
"title": "Node Group",
50+
"description": "The node group to deploy the API backend to. Must match a node group label in the cluster."
4651
}
4752
}
4853
},

charts/azimuth-image-analysis/values.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
"modelMaxContextLength": {
4444
"title": "Model Context Length",
4545
"description": "An override for the maximum context length to allow, if the model's default is not suitable."
46+
},
47+
"azimuthNodeGroupSelector": {
48+
"type": "string",
49+
"title": "Node Group",
50+
"description": "The node group to deploy the API backend to. Must match a node group label in the cluster."
4651
}
4752
}
4853
},

0 commit comments

Comments
 (0)