chore(postgres): set resource request and limit

This commit is contained in:
Masaki Yatsu
2025-11-13 12:49:43 +09:00
parent 361ae0ee14
commit 972adc209d

View File

@@ -1,6 +1,15 @@
cluster:
instances: 1
# Resource configuration (Guaranteed QoS)
resources:
requests:
cpu: 200m
memory: 1Gi
limits:
cpu: 200m
memory: 1Gi
# Storage configuration
storage:
size: {{ .Env.POSTGRES_STORAGE_SIZE }}