Add option for flower deployment
This commit is contained in:
parent
fcd419da61
commit
03ab58e711
3 changed files with 18 additions and 2 deletions
16
values.yaml
16
values.yaml
|
@ -114,6 +114,22 @@ beat:
|
|||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
flower:
|
||||
enabled: false
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: false
|
||||
|
|
Reference in a new issue