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