Using in POMBA data router resources flavors (small, large and unlimited) set
in values.yaml into deployment.yaml
Change-Id: I48fcba823b8c23e76432693c91c8ec896d85a0a0
Issue-ID: LOG-857
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
           name: {{ include "common.fullname" . }}-dynamic-policy
         - mountPath: /logs/
           name: {{ include "common.fullname" . }}-logs
+        resources:
+{{ include "common.resources" . | indent 10 }}
         ports:
         - containerPort: {{ .Values.service.internalPort }}
         {{- if eq .Values.liveness.enabled true }}