Add support for bitnami style podAnnotations
This commit is contained in:
parent
f617a74f29
commit
3621dff045
8 changed files with 10 additions and 6 deletions
|
@ -41,6 +41,7 @@ web:
|
|||
memory: 128Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
podAnnotations: {}
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
|
@ -99,6 +100,7 @@ worker:
|
|||
memory: 128Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
podAnnotations: {}
|
||||
affinity: {}
|
||||
|
||||
beat:
|
||||
|
@ -112,6 +114,7 @@ beat:
|
|||
memory: 90Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
podAnnotations: {}
|
||||
affinity: {}
|
||||
|
||||
flower:
|
||||
|
@ -125,6 +128,7 @@ flower:
|
|||
memory: 256Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
podAnnotations: {}
|
||||
affinity: {}
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
|
Reference in a new issue