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: []
|
tolerations: []
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
readinessProbe: {}
|
||||||
|
livenessProbe: {}
|
||||||
|
|
||||||
front:
|
front:
|
||||||
image:
|
image:
|
||||||
|
@ -153,6 +155,8 @@ front:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
readinessProbe: {}
|
||||||
|
livenessProbe: {}
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
beat:
|
beat:
|
||||||
|
|
Loading…
Reference in a new issue