Skip to content

Commit

Permalink
fix resource unit (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface authored Jun 13, 2019
1 parent 65a7dff commit d6c5fe6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/aliyun/templates/local-volume-provisioner.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 100m
memory: 100Mi
limits:
cpu: 100m
memory: 100m
memory: 100Mi
volumeMounts:
- mountPath: /etc/provisioner/config
name: provisioner-config
Expand Down
4 changes: 2 additions & 2 deletions deploy/aws/manifests/local-volume-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 100m
memory: 100Mi
limits:
cpu: 100m
memory: 100m
memory: 100Mi
volumeMounts:
- mountPath: /etc/provisioner/config
name: provisioner-config
Expand Down
4 changes: 2 additions & 2 deletions deploy/gcp/manifests/local-volume-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 100m
memory: 100Mi
limits:
cpu: 100m
memory: 100m
memory: 100Mi
volumeMounts:
- mountPath: /etc/provisioner/config
name: provisioner-config
Expand Down
4 changes: 2 additions & 2 deletions manifests/local-dind/local-volume-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 100m
memory: 100Mi
limits:
cpu: 100m
memory: 100m
memory: 100Mi
volumeMounts:
- mountPath: /etc/provisioner/config
name: provisioner-config
Expand Down

0 comments on commit d6c5fe6

Please sign in to comment.