Skip to content

Commit

Permalink
cd: reduce persistent storage request
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 19, 2024
1 parent 498ba6a commit 47be633
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/templates/db-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 500Mi
storage: 200Mi
2 changes: 1 addition & 1 deletion deployment/templates/grafana-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 500Mi
storage: 200Mi
2 changes: 1 addition & 1 deletion deployment/templates/mq-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 500Mi
storage: 200Mi
2 changes: 1 addition & 1 deletion deployment/templates/prometheus-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 500Mi
storage: 200Mi

0 comments on commit 47be633

Please sign in to comment.