You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/alertify/values.schema.json
-73Lines changed: 0 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -102,43 +102,6 @@
102
102
"title": "imagePullSecrets",
103
103
"type": "array"
104
104
},
105
-
"livenessProbe": {
106
-
"description": "This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/",
107
-
"properties": {
108
-
"exec": {
109
-
"properties": {
110
-
"command": {
111
-
"items": {
112
-
"anyOf": [
113
-
{
114
-
"required": [],
115
-
"type": "string"
116
-
},
117
-
{
118
-
"required": [],
119
-
"type": "string"
120
-
},
121
-
{
122
-
"required": [],
123
-
"type": "string"
124
-
}
125
-
],
126
-
"required": []
127
-
},
128
-
"required": [],
129
-
"title": "command",
130
-
"type": "array"
131
-
}
132
-
},
133
-
"required": [],
134
-
"title": "exec",
135
-
"type": "object"
136
-
}
137
-
},
138
-
"required": [],
139
-
"title": "livenessProbe",
140
-
"type": "object"
141
-
},
142
105
"nameOverride": {
143
106
"default": "",
144
107
"description": "This is to override the chart name.",
@@ -168,42 +131,6 @@
168
131
"title": "podSecurityContext",
169
132
"type": "object"
170
133
},
171
-
"readinessProbe": {
172
-
"properties": {
173
-
"exec": {
174
-
"properties": {
175
-
"command": {
176
-
"items": {
177
-
"anyOf": [
178
-
{
179
-
"required": [],
180
-
"type": "string"
181
-
},
182
-
{
183
-
"required": [],
184
-
"type": "string"
185
-
},
186
-
{
187
-
"required": [],
188
-
"type": "string"
189
-
}
190
-
],
191
-
"required": []
192
-
},
193
-
"required": [],
194
-
"title": "command",
195
-
"type": "array"
196
-
}
197
-
},
198
-
"required": [],
199
-
"title": "exec",
200
-
"type": "object"
201
-
}
202
-
},
203
-
"required": [],
204
-
"title": "readinessProbe",
205
-
"type": "object"
206
-
},
207
134
"replicaCount": {
208
135
"default": 1,
209
136
"description": "This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/",
0 commit comments