Add support for bitnami style podAnnotations

This commit is contained in:
David Burke 2023-02-20 10:58:46 -05:00
parent f617a74f29
commit 3621dff045
8 changed files with 10 additions and 6 deletions

View file

@ -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