Merge "Remove the resource limit for pod in k8s deployment"

This commit is contained in:
Zuul 2018-03-09 02:37:43 +00:00 committed by Gerrit Code Review
commit ffbf378501
1 changed files with 0 additions and 7 deletions

View File

@ -34,13 +34,6 @@ spec:
volumeMounts:
- name: package-folder
mountPath: /var/qinling/packages
resources:
limits:
cpu: "0.3"
memory: 128Mi
requests:
cpu: "0.1"
memory: 32Mi
- name: sidecar
image: openstackqinling/sidecar
imagePullPolicy: IfNotPresent