Skip to content

Commit

Permalink
adjust memory request in k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjarosch committed Jul 17, 2019
1 parent 1d024b7 commit c7e7d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a_main-packr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/k8s_deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
resources:
requests:
cpu: 1m
memory: 80Mi
memory: 15Mi
securityContext:
allowPrivilegeEscalation: false
privileged: false
Expand Down

0 comments on commit c7e7d54

Please sign in to comment.