Use default values for flower image
This commit is contained in:
parent
78eb71eb37
commit
0198481d94
|
@ -134,6 +134,10 @@ beat:
|
|||
|
||||
flower:
|
||||
enabled: false
|
||||
image:
|
||||
repository: mher/flower
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
|
Loading…
Reference in a new issue