Skip to content

Commit e917e00

Browse files
authored
feat: request more memory and cpu for harbor registry (#3100)
1 parent 23b9f20 commit e917e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helmfile.d/snippets/defaults.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ environments:
225225
memory: 512Mi
226226
registry:
227227
requests:
228-
cpu: 20m
229-
memory: 32Mi
228+
cpu: 100m
229+
memory: 128Mi
230230
limits:
231231
cpu: 500m
232232
memory: 256Mi

0 commit comments

Comments
 (0)