|
231 | 231 | "title": "hpa", |
232 | 232 | "type": "object" |
233 | 233 | }, |
| 234 | + "httpRoute": { |
| 235 | + "additionalProperties": true, |
| 236 | + "description": "Expose the service via Gateway HTTPRoute\nRequires a Gateway controller\nDocs https://gateway-api.sigs.k8s.io/guides/", |
| 237 | + "properties": { |
| 238 | + "additionalLabels": { |
| 239 | + "additionalProperties": true, |
| 240 | + "description": "Add additional labels to the HTTPRoute.", |
| 241 | + "required": [], |
| 242 | + "title": "additionalLabels", |
| 243 | + "type": "object" |
| 244 | + }, |
| 245 | + "annotations": { |
| 246 | + "additionalProperties": true, |
| 247 | + "description": "HTTPRoute annotations.", |
| 248 | + "required": [], |
| 249 | + "title": "annotations", |
| 250 | + "type": "object" |
| 251 | + }, |
| 252 | + "enabled": { |
| 253 | + "default": false, |
| 254 | + "description": "HTTPRoute enabled.", |
| 255 | + "required": [], |
| 256 | + "title": "enabled", |
| 257 | + "type": "boolean" |
| 258 | + }, |
| 259 | + "hostnames": { |
| 260 | + "description": "Hostnames matching HTTP header.", |
| 261 | + "items": { |
| 262 | + "required": [], |
| 263 | + "type": "string" |
| 264 | + }, |
| 265 | + "required": [], |
| 266 | + "title": "hostnames", |
| 267 | + "type": "array" |
| 268 | + }, |
| 269 | + "parentRefs": { |
| 270 | + "description": "Which Gateways this Route is attached to.", |
| 271 | + "items": { |
| 272 | + "additionalProperties": true, |
| 273 | + "properties": { |
| 274 | + "name": { |
| 275 | + "default": "gateway", |
| 276 | + "required": [], |
| 277 | + "title": "name", |
| 278 | + "type": "string" |
| 279 | + }, |
| 280 | + "sectionName": { |
| 281 | + "default": "http", |
| 282 | + "required": [], |
| 283 | + "title": "sectionName", |
| 284 | + "type": "string" |
| 285 | + } |
| 286 | + }, |
| 287 | + "required": [], |
| 288 | + "type": "object" |
| 289 | + }, |
| 290 | + "required": [], |
| 291 | + "title": "parentRefs", |
| 292 | + "type": "array" |
| 293 | + }, |
| 294 | + "rules": { |
| 295 | + "description": "List of rules and filters applied.", |
| 296 | + "items": { |
| 297 | + "additionalProperties": true, |
| 298 | + "properties": { |
| 299 | + "matches": { |
| 300 | + "items": { |
| 301 | + "additionalProperties": true, |
| 302 | + "properties": { |
| 303 | + "path": { |
| 304 | + "additionalProperties": true, |
| 305 | + "properties": { |
| 306 | + "type": { |
| 307 | + "default": "PathPrefix", |
| 308 | + "required": [], |
| 309 | + "title": "type", |
| 310 | + "type": "string" |
| 311 | + }, |
| 312 | + "value": { |
| 313 | + "default": "/", |
| 314 | + "required": [], |
| 315 | + "title": "value", |
| 316 | + "type": "string" |
| 317 | + } |
| 318 | + }, |
| 319 | + "required": [], |
| 320 | + "title": "path", |
| 321 | + "type": "object" |
| 322 | + } |
| 323 | + }, |
| 324 | + "required": [], |
| 325 | + "type": "object" |
| 326 | + }, |
| 327 | + "required": [], |
| 328 | + "title": "matches", |
| 329 | + "type": "array" |
| 330 | + } |
| 331 | + }, |
| 332 | + "required": [], |
| 333 | + "type": "object" |
| 334 | + }, |
| 335 | + "required": [], |
| 336 | + "title": "rules", |
| 337 | + "type": "array" |
| 338 | + } |
| 339 | + }, |
| 340 | + "required": [], |
| 341 | + "title": "httpRoute", |
| 342 | + "type": "object" |
| 343 | + }, |
234 | 344 | "image": { |
235 | 345 | "additionalProperties": true, |
236 | 346 | "properties": { |
|
240 | 350 | "title": "pullPolicy", |
241 | 351 | "type": "string" |
242 | 352 | }, |
| 353 | + "pullSecrets": { |
| 354 | + "items": { |
| 355 | + "required": [] |
| 356 | + }, |
| 357 | + "required": [], |
| 358 | + "title": "pullSecrets", |
| 359 | + "type": "array" |
| 360 | + }, |
243 | 361 | "repository": { |
244 | 362 | "default": "ghcr.io/stefanprodan/podinfo", |
245 | 363 | "required": [], |
246 | 364 | "title": "repository", |
247 | 365 | "type": "string" |
248 | 366 | }, |
249 | 367 | "tag": { |
250 | | - "default": "6.7.1", |
| 368 | + "default": "6.9.3", |
251 | 369 | "required": [], |
252 | 370 | "title": "tag", |
253 | 371 | "type": "string" |
|
259 | 377 | }, |
260 | 378 | "ingress": { |
261 | 379 | "additionalProperties": true, |
| 380 | + "description": "Expose the service via Kubernetes Ingress\nRequires an Ingress controller\nDocs https://kubernetes.io/docs/concepts/services-networking/ingress/", |
262 | 381 | "properties": { |
263 | 382 | "additionalLabels": { |
264 | 383 | "additionalProperties": true, |
|
387 | 506 | "title": "podDisruptionBudget", |
388 | 507 | "type": "object" |
389 | 508 | }, |
| 509 | + "podSecurityContext": { |
| 510 | + "additionalProperties": true, |
| 511 | + "description": "set pod security context", |
| 512 | + "required": [], |
| 513 | + "title": "podSecurityContext", |
| 514 | + "type": "object" |
| 515 | + }, |
390 | 516 | "probes": { |
391 | 517 | "additionalProperties": true, |
392 | 518 | "description": "https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes", |
|
526 | 652 | "title": "enabled", |
527 | 653 | "type": "boolean" |
528 | 654 | }, |
| 655 | + "imagePullSecrets": { |
| 656 | + "items": { |
| 657 | + "required": [] |
| 658 | + }, |
| 659 | + "required": [], |
| 660 | + "title": "imagePullSecrets", |
| 661 | + "type": "array" |
| 662 | + }, |
529 | 663 | "repository": { |
530 | | - "default": "redis", |
| 664 | + "default": "docker.io/redis", |
531 | 665 | "required": [], |
532 | 666 | "title": "repository", |
533 | 667 | "type": "string" |
534 | 668 | }, |
535 | 669 | "tag": { |
536 | | - "default": "7.0.7", |
| 670 | + "default": "8.4.0", |
537 | 671 | "required": [], |
538 | 672 | "title": "tag", |
539 | 673 | "type": "string" |
|
0 commit comments