Compare commits

...

2 Commits

Author SHA1 Message Date
williamlardier e032d4b4e9
test with increased memory for docker 2022-05-12 11:18:01 +02:00
Francois Ferrand a618bd1bd6
Increase memory for cloudserver docker image build
Issue: CLDSRV-201
2022-05-12 10:31:00 +02:00
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@ spec:
resources:
requests:
cpu: "250m"
memory: 1Gi
memory: 4Gi
limits:
cpu: "1"
memory: 1Gi
memory: 4Gi
env:
- name: DOCKER_HOST
value: localhost:2375
@ -25,10 +25,10 @@ spec:
resources:
requests:
cpu: "500m"
memory: 1Gi
memory: 4Gi
limits:
cpu: "1"
memory: 1Gi
memory: 4Gi
securityContext:
privileged: true
volumeMounts: