Skip to content

Commit

Permalink
increase registry limits for larger image pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Feb 8, 2022
1 parent 3a3e90e commit 136fd1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/charts/registry-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ service:
nodePort: "###ZARF_REGISTRY_NODEPORT###"
resources:
requests:
cpu: "100m"
memory: "512Mi"
cpu: "500m"
memory: "256Mi"
limits:
cpu: "1"
cpu: "3"
memory: "2Gi"

0 comments on commit 136fd1c

Please sign in to comment.