Skip to content

Commit 57efbb0

Browse files
Merge pull request #115 from damien-carcel/merge-1.0-into-master
Merge branch '1.0' into branch 'master'
2 parents 4dd314b + 70a4401 commit 57efbb0

File tree

4 files changed

+7
-307
lines changed

4 files changed

+7
-307
lines changed

.ci/k8s/pim_17_ce.dev.yaml

Lines changed: 0 additions & 131 deletions
This file was deleted.

.ci/k8s/pim_17_ce.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
volumeMounts:
4646
- { name: tmp-pod, mountPath: /tmp/pod, readOnly: true }
4747
resources:
48-
requests: {cpu: "300m", memory: "750Mi"}
48+
requests: {cpu: "100m", memory: "700Mi"}
4949
- name: php-api
5050
image: akeneo/apache-php:php-PHP_API_VERSION
5151
command: ["/bin/bash", "-c"]
@@ -63,7 +63,7 @@ spec:
6363
- { name: docker-socket, mountPath: /var/run/docker.sock }
6464
- { name: docker-exec, mountPath: /usr/bin/docker }
6565
resources:
66-
requests: {cpu: "500m", memory: "500Mi"}
66+
requests: {cpu: "300m", memory: "300Mi"}
6767
- name: php
6868
image: akeneo/apache-php:php-5.6
6969
command: ["/bin/bash", "-c"]
@@ -73,7 +73,7 @@ spec:
7373
CHILD_PID=$!
7474
(while true; do if [[ -f "/tmp/pod/main-terminated" ]]; then sudo kill -9 $CHILD_PID; fi; sleep 1; done) &
7575
wait $CHILD_PID
76-
if [[ -f "/tmp/pod/main-terminated" ]]; then exit 0; fi
76+
if [[ -f "/tmp/pod/main-terminated" ]]; then exit 0; fi
7777
workingDir: /home/jenkins/pim
7878
volumeMounts:
7979
- { name: pim, mountPath: /home/jenkins }

.ci/k8s/pim_20_ce.dev.yaml

Lines changed: 0 additions & 169 deletions
This file was deleted.

.ci/k8s/pim_20_ce.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
volumeMounts:
4646
- { name: tmp-pod, mountPath: /tmp/pod, readOnly: true }
4747
resources:
48-
requests: {cpu: "300m", memory: "750Mi"}
48+
requests: {cpu: "100m", memory: "700Mi"}
4949
- name: php-api
5050
image: akeneo/apache-php:php-PHP_API_VERSION
5151
command: ["/bin/bash", "-c"]
@@ -63,7 +63,7 @@ spec:
6363
- { name: docker-socket, mountPath: /var/run/docker.sock }
6464
- { name: docker-exec, mountPath: /usr/bin/docker }
6565
resources:
66-
requests: {cpu: "500m", memory: "500Mi"}
66+
requests: {cpu: "300m", memory: "300Mi"}
6767
- name: php
6868
image: eu.gcr.io/akeneo-ci/php:7.1-fpm
6969
imagePullPolicy: Always
@@ -95,7 +95,7 @@ spec:
9595
- { name: pim, mountPath: /home/jenkins }
9696
- { name: tmp-pod, mountPath: /tmp/pod, readOnly: true }
9797
resources:
98-
requests: {cpu: "300m", memory: "300Mi"}
98+
requests: {cpu: "100m", memory: "200Mi"}
9999
- name: elasticsearch
100100
image: docker.elastic.co/elasticsearch/elasticsearch:5.5.2
101101
command: ["/bin/bash", "-c"]
@@ -111,7 +111,7 @@ spec:
111111
volumeMounts:
112112
- { name: tmp-pod, mountPath: /tmp/pod, readOnly: true }
113113
resources:
114-
requests: {cpu: "500m", memory: "1500Mi"}
114+
requests: {cpu: "100m", memory: "1500Mi"}
115115
readinessProbe:
116116
httpGet:
117117
path: /

0 commit comments

Comments
 (0)