Skip to content

Commit

Permalink
set empty resources in Helm chart; fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Dec 1, 2020
1 parent 07a3d36 commit 62e03a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm/estafette-cloudflare-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000

resources:
requests:
cpu: 30m
memory: 30Mi
limits:
cpu: 50m
memory: 60Mi
resources: {}
# requests:
# cpu: 30m
# memory: 30Mi
# limits:
# cpu: 50m
# memory: 60Mi

nodeSelector: {}

Expand Down

0 comments on commit 62e03a8

Please sign in to comment.