bump k8s pod mem limit to 320 until cache fixed

This commit is contained in:
Chris O'Haver 2018-08-28 10:55:10 -04:00 committed by GitHub
parent c7717afbfa
commit 644c6cf00b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
memory: 170Mi memory: 320Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 70Mi memory: 70Mi