62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"required": [
|
|
"replicaCount"
|
|
],
|
|
"properties": {
|
|
"replicaCount": {
|
|
"type": "integer",
|
|
"enum": [0, 1]
|
|
},
|
|
"jvmOpts": {
|
|
"type": "string",
|
|
"deprecated": true,
|
|
"$comment": "(DEPRECATED) Please use SONAR_WEB_JAVAOPTS or sonar.web.javaOpts"
|
|
},
|
|
"jvmCeOpts": {
|
|
"type": "string",
|
|
"deprecated": true,
|
|
"$comment": "(DEPRECATED) Please use SONAR_CE_JAVAOPTS or sonar.ce.javaOpts"
|
|
},
|
|
"livenessProbe": {
|
|
"type": "object",
|
|
"properties": {
|
|
"sonarWebContext": {
|
|
"type": "string",
|
|
"deprecated": true,
|
|
"$comment": "(DEPRECATED) please use sonarWebContext at the value top level"
|
|
}
|
|
}
|
|
},
|
|
"startupProbe": {
|
|
"type": "object",
|
|
"properties": {
|
|
"sonarWebContext": {
|
|
"type": "string",
|
|
"deprecated": true,
|
|
"$comment": "(DEPRECATED) please use sonarWebContext at the value top level"
|
|
}
|
|
}
|
|
},
|
|
"readinessProbe": {
|
|
"type": "object",
|
|
"properties": {
|
|
"sonarWebContext": {
|
|
"type": "string",
|
|
"deprecated": true,
|
|
"$comment": "(DEPRECATED) please use sonarWebContext at the value top level"
|
|
}
|
|
}
|
|
},
|
|
"account": {
|
|
"type": "object",
|
|
"properties": {
|
|
"sonarWebContext": {
|
|
"type": "string",
|
|
"deprecated": true,
|
|
"$comment": "(DEPRECATED) please use sonarWebContext at the value top level"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |