diff --git a/deploy/nfs/deployment.yaml b/deploy/nfs/deployment.yaml index 36da29e..33f93fe 100644 --- a/deploy/nfs/deployment.yaml +++ b/deploy/nfs/deployment.yaml @@ -23,6 +23,13 @@ spec: containers: - name: nfs-client-provisioner image: quay.io/external_storage/nfs-client-provisioner:latest + resources: + requests: + memory: "256Mi" + cpu: "250m" + limits: + memory: "512Mi" + cpu: "500m" volumeMounts: - name: nfs-client-root mountPath: /persistentvolumes