specify resources for postgres
This commit is contained in:
parent
ba2375e4bd
commit
43ad9dcd5f
1 changed files with 7 additions and 0 deletions
|
|
@ -41,6 +41,13 @@ spec:
|
|||
secretKeyRef:
|
||||
name: postgres
|
||||
key: postgres-password
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
volumes:
|
||||
- name: postgres-data-volume
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue