Utilize resource requests and limits (#11608)

* Utilize resource requests and limit

Signed-off-by: Arvind Naidu <techmaxed.net@gmail.com>

* Bump Chart version and update resources template

Signed-off-by: Arvind Naidu <techmaxed.net@gmail.com>
This commit is contained in:
Arvind Naidu
2019-04-15 04:30:07 -07:00
committed by Kubernetes Prow Robot
parent da504e8904
commit 1cad86d88c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: efs-provisioner
description: A Helm chart for the AWS EFS external storage provisioner
version: 0.3.5
version: 0.3.6
appVersion: v2.1.0-k8s1.11
home: https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs
sources:
@@ -57,6 +57,8 @@ spec:
value: {{ .Values.efsProvisioner.awsRegion }}
- name: PROVISIONER_NAME
value: {{ .Values.efsProvisioner.provisionerName }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- name: pv-volume
subPath: {{ (trimPrefix "/" .Values.efsProvisioner.path) }}