Skip to content

Commit

Permalink
Utilize resource requests and limits (helm#11608)
Browse files Browse the repository at this point in the history
* Utilize resource requests and limit

Signed-off-by: Arvind Naidu <[email protected]>

* Bump Chart version and update resources template

Signed-off-by: Arvind Naidu <[email protected]>
  • Loading branch information
naiduarvind authored and hajnej committed Apr 24, 2019
1 parent 9833c0e commit 623d3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/efs-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions stable/efs-provisioner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 623d3bc

Please sign in to comment.