mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common)!: Release v3.0.0-beta2 (#280)
This commit is contained in:
parent
23ae8131da
commit
21e751bc16
51 changed files with 419 additions and 368 deletions
|
@ -353,40 +353,7 @@
|
|||
"type": ["number", "string"]
|
||||
},
|
||||
"spec": {
|
||||
"allOf": [
|
||||
{
|
||||
"if": {},
|
||||
"then": {"$ref": "k8s-api.json#/core.v1.Probe"},
|
||||
"else": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"failureThreshold": {
|
||||
"type": "integer",
|
||||
"default": 3
|
||||
},
|
||||
"initialDelaySeconds": {
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
},
|
||||
"periodSeconds": {
|
||||
"type": "integer",
|
||||
"default": 10
|
||||
},
|
||||
"timeoutSeconds": {
|
||||
"type": "integer",
|
||||
"default": 1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"initialDelaySeconds",
|
||||
"periodSeconds",
|
||||
"timeoutSeconds",
|
||||
"failureThreshold"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
"$ref": "k8s-api.json#/core.v1.Probe"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue