Add storage class options for Arc PG Deployment (#12054)

* Add storage class options for Arc PG Deployment

* Fix JSON

* Fix descriptions

* Update section title
This commit is contained in:
Charles Gagnon
2020-09-01 09:56:29 -07:00
committed by GitHub
parent 3c6796938d
commit 48d4b806ad
3 changed files with 49 additions and 9 deletions

View File

@@ -618,14 +618,14 @@
"required": true
},
{
"label": "%arc.sql.storage-class.data.label%",
"label": "%arc.storage-class.data.label%",
"description": "%arc.sql.storage-class.data.description%",
"variableName": "AZDATA_NB_VAR_SQL_STORAGE_CLASS_DATA",
"type": "kube_storage_class",
"required": true
},
{
"label": "%arc.sql.storage-class.logs.label%",
"label": "%arc.storage-class.logs.label%",
"description": "%arc.sql.storage-class.logs.description%",
"variableName": "AZDATA_NB_VAR_SQL_STORAGE_CLASS_LOGS",
"type": "kube_storage_class",
@@ -737,11 +737,32 @@
"defaultValue": "5432",
"min": 1,
"max": 65535
},
{
"label": "%arc.storage-class.data.label%",
"description": "%arc.postgres.storage-class.data.description%",
"variableName": "AZDATA_NB_VAR_POSTGRES_STORAGE_CLASS_DATA",
"type": "kube_storage_class",
"required": true
},
{
"label": "%arc.storage-class.logs.label%",
"description": "%arc.postgres.storage-class.logs.description%",
"variableName": "AZDATA_NB_VAR_POSTGRES_STORAGE_CLASS_LOGS",
"type": "kube_storage_class",
"required": true
},
{
"label": "%arc.storage-class.backups.label%",
"description": "%arc.postgres.storage-class.backups.description%",
"variableName": "AZDATA_NB_VAR_POSTGRES_STORAGE_CLASS_BACKUPS",
"type": "kube_storage_class",
"required": true
}
]
},
{
"title": "%arc.postgres.settings.scheduling.title%",
"title": "%arc.postgres.settings.resource.title%",
"fields": [
{
"label": "%arc.postgres.server.group.cores.request%",