Add custom probes to default values
This commit is contained in:
parent
5b83a90e73
commit
c78a0ac0fc
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,8 @@ api:
|
|||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
readinessProbe: {}
|
||||
livenessProbe: {}
|
||||
|
||||
front:
|
||||
image:
|
||||
|
@ -153,6 +155,8 @@ front:
|
|||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
readinessProbe: {}
|
||||
livenessProbe: {}
|
||||
|
||||
celery:
|
||||
beat:
|
||||
|
|
Loading…
Reference in a new issue