Increased memory requests
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
@@ -101,9 +101,9 @@ spec:
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
memory: 50Mi
|
||||
memory: 80Mi
|
||||
requests:
|
||||
memory: 50Mi
|
||||
memory: 80Mi
|
||||
volumes:
|
||||
- name: host-mappings
|
||||
configMap:
|
||||
|
@@ -533,7 +533,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 90Mi
|
||||
memory: 150Mi
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
capabilities:
|
||||
|
@@ -72,7 +72,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 8m
|
||||
memory: 800Mi
|
||||
memory: 1024Mi
|
||||
volumeMounts:
|
||||
- mountPath: /opt/outline/.env
|
||||
subPath: .env
|
||||
|
Reference in New Issue
Block a user