File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 276
276
timeoutSeconds : 5
277
277
# # @param web.livenessProbe templated `livenessProbe` for the web container
278
278
# #
279
- livenessProbe : {}
279
+ livenessProbe : null
280
280
assets :
281
281
location : /opt/invenio/var/instance/static
282
282
# # @param web.resources `resources` for the web container
@@ -427,10 +427,10 @@ worker:
427
427
timeoutSeconds : 30
428
428
# # @param worker.readinessProbe templated `readinessProbe` for the worker container
429
429
# #
430
- readinessProbe : {}
430
+ readinessProbe : null
431
431
# # @param worker.startupProbe templated `startupProbe` for the worker container
432
432
# #
433
- startupProbe : {}
433
+ startupProbe : null
434
434
435
435
workerBeat :
436
436
# # @param workerBeat.extraEnvVars Extra environment variables to be added to the pods.
@@ -492,10 +492,10 @@ workerBeat:
492
492
timeoutSeconds : 30
493
493
# # @param workerBeat.readinessProbe templated `readinessProbe` for the worker-beat container
494
494
# #
495
- readinessProbe : {}
495
+ readinessProbe : null
496
496
# # @param workerBeat.startupProbe templated `startupProbe` for the worker-beat container
497
497
# #
498
- startupProbe : {}
498
+ startupProbe : null
499
499
500
500
persistence :
501
501
enabled : true
@@ -583,13 +583,13 @@ flower:
583
583
tolerations : []
584
584
# # @param flower.livenessProbe templated `livenessProbe` for the flower-management container
585
585
# #
586
- livenessProbe : {}
586
+ livenessProbe : null
587
587
# # @param flower.readinessProbe templated `readinessProbe` for the flower-management container
588
588
# #
589
- readinessProbe : {}
589
+ readinessProbe : null
590
590
# # @param flower.startupProbe templated `startupProbe` for the flower-management container
591
591
# #
592
- startupProbe : {}
592
+ startupProbe : null
593
593
594
594
# # PostgreSQL chart configuration
595
595
# # ref: https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml
You can’t perform that action at this time.
0 commit comments