k8s: bump recommendationservice memory limit

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-07-17 16:38:53 -07:00
parent 86db083d87
commit 03f928f17a

View file

@ -28,10 +28,10 @@ spec:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 64Mi memory: 220Mi
limits: limits:
cpu: 200m cpu: 200m
memory: 128Mi memory: 450Mi
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service