chore(postgres): set resource request and limit
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
cluster:
|
cluster:
|
||||||
instances: 1
|
instances: 1
|
||||||
|
|
||||||
|
# Resource configuration (Guaranteed QoS)
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 1Gi
|
||||||
|
limits:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 1Gi
|
||||||
|
|
||||||
# Storage configuration
|
# Storage configuration
|
||||||
storage:
|
storage:
|
||||||
size: {{ .Env.POSTGRES_STORAGE_SIZE }}
|
size: {{ .Env.POSTGRES_STORAGE_SIZE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user