Skip to content

Commit

Permalink
Add resource request to container
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Demichev committed Dec 10, 2019
1 parent 19de17f commit 899d79b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/07_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
resources:
requests:
cpu: 20m
memory: 50Mi
volumeMounts:
- name: auth-proxy-config
mountPath: /etc/kube-rbac-proxy
Expand Down

0 comments on commit 899d79b

Please sign in to comment.