Set resources for sidecar container
This commit is contained in:
parent
ab50217ea5
commit
8424536588
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: rawfile-csi
|
||||
description: RawFile Driver Container Storage Interface
|
||||
type: application
|
||||
version: 0.4.11
|
||||
version: 0.4.12
|
||||
|
@ -116,3 +116,10 @@ spec:
|
||||
mountPath: /csi
|
||||
- name: registration-dir
|
||||
mountPath: /registration
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 100Mi
|
||||
|
Loading…
Reference in New Issue
Block a user