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:
|
instances:
|
||||||
- name: instance1
|
- name: instance1
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 800Mi
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 800Mi
|
||||||
dataVolumeClaimSpec:
|
dataVolumeClaimSpec:
|
||||||
storageClassName: hcloud-volumes
|
storageClassName: hcloud-volumes
|
||||||
accessModes:
|
accessModes:
|
||||||
|
@ -85,4 +92,4 @@ spec:
|
||||||
s3:
|
s3:
|
||||||
bucket: backup
|
bucket: backup
|
||||||
endpoint: s3.icb4dc0.de
|
endpoint: s3.icb4dc0.de
|
||||||
region: hel1
|
region: hel1
|
||||||
|
|
Loading…
Reference in a new issue