mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"replicas": {
|
|
"type": "number",
|
|
"description": "Number of ingress-nginx replicas",
|
|
"default": 2
|
|
}
|
|
}
|
|
} |