Merge "Remove the resource limit for pod in k8s deployment"
This commit is contained in:
commit
ffbf378501
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user