Add resource limits to PostgreSQL and MinIO subcharts in stage values
This commit is contained in:
@@ -136,6 +136,14 @@ postgresql:
|
|||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
# Resources with memory requests = limits per cluster policy
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 512Mi
|
||||||
|
requests:
|
||||||
|
cpu: 250m
|
||||||
|
memory: 512Mi
|
||||||
|
|
||||||
# MinIO subchart configuration
|
# MinIO subchart configuration
|
||||||
minio:
|
minio:
|
||||||
@@ -152,6 +160,14 @@ minio:
|
|||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
size: 50Gi
|
size: 50Gi
|
||||||
|
# Resources with memory requests = limits per cluster policy
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 512Mi
|
||||||
|
requests:
|
||||||
|
cpu: 250m
|
||||||
|
memory: 512Mi
|
||||||
|
|
||||||
# MinIO external ingress for presigned URL access (separate from subchart ingress)
|
# MinIO external ingress for presigned URL access (separate from subchart ingress)
|
||||||
minioIngress:
|
minioIngress:
|
||||||
|
|||||||
Reference in New Issue
Block a user