Files
cozystack/packages/extra/etcd/values.schema.json
Andrei Kvapil 72e7b5e0b5 Get rid of bitnami's readme-generator
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-07-18 00:40:31 +02:00

36 lines
1004 B
JSON

{
"properties": {
"replicas": {
"default": 3,
"description": "Number of etcd replicas",
"type": "number"
},
"resources": {
"properties": {
"cpu": {
"default": 4,
"description": "The number of CPU cores allocated",
"type": "number"
},
"memory": {
"default": "1Gi",
"description": "The amount of memory allocated",
"type": "string"
}
},
"type": "object"
},
"size": {
"default": "4Gi",
"description": "Persistent Volume size",
"type": "string"
},
"storageClass": {
"default": "",
"description": "StorageClass used to store the data",
"type": "string"
}
},
"title": "Chart Values",
"type": "object"
}