Set resources for sidecar container

This commit is contained in:
Hanieh Marvi 2021-01-30 17:33:37 +03:30 committed by Mehran Kholdi
parent ab50217ea5
commit 8424536588
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -116,3 +116,10 @@ spec:
mountPath: /csi
- name: registration-dir
mountPath: /registration
resources:
limits:
cpu: 500m
memory: 100Mi
requests:
cpu: 10m
memory: 100Mi