Skip to content

Commit 5f2696c

Browse files
committed
chore: adjust clickhouse-sync resources
1 parent fca5937 commit 5f2696c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.infra/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,13 +748,11 @@ if (!isAdhocEnv) {
748748
tag: '6b73adea1357df3e755dfc083c3a89bd2ccc348b',
749749
},
750750
resources: {
751-
// TODO: adjust resources based on the actual usage
752751
requests: {
753-
cpu: '1',
754-
memory: '2048Mi',
752+
cpu: '50m',
753+
memory: '512Mi',
755754
},
756755
limits: {
757-
// 4GiB
758756
memory: '4096Mi',
759757
},
760758
},

0 commit comments

Comments
 (0)