Skip to content

Commit

Permalink
fix(Resource): Tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Dec 19, 2024
1 parent d50a492 commit abd8f10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/openshift-logging/base/clf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
resources:
limits:
cpu: "500m"
memory: 1Gi
memory: 1.5Gi
requests:
cpu: 50m
memory: 256Mi
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/quay/base/postgres/quay/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 8Gi
storage: 10Gi
- name: repo2
s3:
bucket: postgres
Expand All @@ -76,7 +76,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 4Gi
storage: 5Gi
name: ""
replicas: 2
resources:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/stackrox-central/base/postgres/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storage: 10Gi
name: ""
replicas: 2
resources:
Expand Down

0 comments on commit abd8f10

Please sign in to comment.