Skip to content

Commit

Permalink
Merge pull request kubenow#96 from kubenow/traefik/reserve-resources
Browse files Browse the repository at this point in the history
Reserve 1C and 1G for Traefik
  • Loading branch information
mcapuccini authored Feb 24, 2017
2 parents f20254f + dc64d65 commit 79a9137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/roles/traefik/files/traefik-daemonset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
- mountPath: /etc/traefik
name: traefik-volume
readOnly: false
resources:
requests:
cpu: 1
memory: 1G
args:
- --web
- --kubernetes
Expand Down

0 comments on commit 79a9137

Please sign in to comment.