Skip to content

Commit b553ea2

Browse files
authored
chore: update pulumi-common and adjust debezium resources (#3319)
1 parent 51a5531 commit b553ea2

3 files changed

Lines changed: 52 additions & 37 deletions

File tree

.infra/index.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,10 +532,12 @@ const [apps] = deployApplicationSuite(
532532
value: 'true',
533533
},
534534
],
535-
// TODO: split limit and request
535+
requests: {
536+
cpu: '50m',
537+
memory: '450Mi'
538+
},
536539
limits: {
537-
cpu: '100m',
538-
memory: '800Mi',
540+
memory: '900Mi',
539541
},
540542
},
541543
additionalSecrets: [
@@ -567,7 +569,6 @@ const [apps] = deployApplicationSuite(
567569
activeDeadlineSeconds: cron.activeDeadlineSeconds ?? 300,
568570
spot: {
569571
enabled: true,
570-
weight: 70,
571572
},
572573
podAnnotations: podAnnotations,
573574
...vols,

.infra/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"@types/node": "22.15.x"
88
},
99
"dependencies": {
10-
"@dailydotdev/pulumi-common": "^2.10.2",
11-
"@pulumi/gcp": "^8.35.0",
12-
"@pulumi/kubernetes": "^4.23.0",
13-
"@pulumi/pulumi": "^3.177.0"
10+
"@dailydotdev/pulumi-common": "^2.17.1",
11+
"@pulumi/gcp": "^9.6.0",
12+
"@pulumi/kubernetes": "^4.24.1",
13+
"@pulumi/pulumi": "^3.209.0"
1414
},
1515
"packageManager": "pnpm@9.14.4+sha256.26a726b633b629a3fabda006f696ae4260954a3632c8054112d7ae89779e5f9a",
1616
"volta": {

.infra/pnpm-lock.yaml

Lines changed: 43 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)