Skip to content

Commit

Permalink
Merge pull request #1176 from chandrams/resources
Browse files Browse the repository at this point in the history
Updated resources for kruize and postgres
  • Loading branch information
dinogun authored Apr 23, 2024
2 parents c221948 + 9dc5489 commit a05f791
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ spec:
value: "-XX:MaxRAMPercentage=80"
resources:
requests:
memory: "4Gi"
cpu: "4"
memory: "2Gi"
cpu: "2"
limits:
memory: "8Gi"
memory: "2Gi"
cpu: "2"
ports:
- name: kruize-port
containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ spec:
value: /var/lib/pg_data
resources:
requests:
memory: "10Gi"
memory: "2Gi"
cpu: "2"
limits:
memory: "30Gi"
memory: "2Gi"
cpu: "2"
ports:
- containerPort: 5432
Expand Down Expand Up @@ -227,10 +227,10 @@ spec:
value: "-XX:MaxRAMPercentage=80"
resources:
requests:
memory: "4Gi"
memory: "2Gi"
cpu: "2"
limits:
memory: "8Gi"
memory: "2Gi"
cpu: "2"
ports:
- name: kruize-port
Expand Down

0 comments on commit a05f791

Please sign in to comment.