Update memory requirements for influxdb

This commit is contained in:
gmarek 2016-02-25 16:12:43 +01:00
parent 4e79b55b30
commit 98eb12e1ed
2 changed files with 3 additions and 3 deletions

View File

@ -26,10 +26,10 @@ spec:
# keep request = limit to keep this container in guaranteed class
limits:
cpu: 100m
memory: 200Mi
memory: 500Mi
requests:
cpu: 100m
memory: 200Mi
memory: 500Mi
ports:
- containerPort: 8083
hostPort: 8083

View File

@ -25,7 +25,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 200Mi
memory: 500Mi
ports:
- containerPort: 8083
hostPort: 8083