Skip to content

Commit

Permalink
fix: resources
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Jun 1, 2020
1 parent 43ab95b commit 3d4968c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/demo-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ service:
fabric8.io/ingress.annotations: 'kubernetes.io/ingress.class: nginx'
resources:
limits:
cpu: 800m
cpu: "1"
memory: 80Mi
requests:
cpu: 400m
cpu: 5m
memory: 50Mi
probePath: /
livenessProbe:
Expand Down

0 comments on commit 3d4968c

Please sign in to comment.