[COMMON] Harmonize resource settings
[oom.git] / kubernetes / policy / components / policy-xacml-pdp / templates / deployment.yaml
index 1bd94ee..f3cccff 100755 (executable)
@@ -42,6 +42,13 @@ spec:
         image: {{ include "repositoryGenerator.image.readiness" . }}
         imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
         name: {{ include "common.name" . }}-readiness
+        resources:
+          limits:
+            cpu: "100m"
+            memory: "0.5Gi"
+          requests:
+            cpu: "3m"
+            memory: "0.02Gi"
       - command:
         - sh
         args: