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:
|
secretKeyRef:
|
||||||
name: postgres
|
name: postgres
|
||||||
key: postgres-password
|
key: postgres-password
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "256Mi"
|
||||||
|
cpu: "100m"
|
||||||
|
limits:
|
||||||
|
memory: "1Gi"
|
||||||
|
cpu: "500m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: postgres-data-volume
|
- name: postgres-data-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue