chore(postgres): assign resources
This commit is contained in:
parent
624508c38a
commit
baf7203d77
1 changed files with 8 additions and 1 deletions
|
@ -44,6 +44,13 @@ spec:
|
|||
instances:
|
||||
- name: instance1
|
||||
replicas: 2
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 800Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 800Mi
|
||||
dataVolumeClaimSpec:
|
||||
storageClassName: hcloud-volumes
|
||||
accessModes:
|
||||
|
@ -85,4 +92,4 @@ spec:
|
|||
s3:
|
||||
bucket: backup
|
||||
endpoint: s3.icb4dc0.de
|
||||
region: hel1
|
||||
region: hel1
|
||||
|
|
Loading…
Reference in a new issue