mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
da504e8904
commit
1cad86d88c
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user