Skip to content

Commit

Permalink
update postgresql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zlianzhuang committed Jan 29, 2024
1 parent f8992d7 commit 2b3d9ad
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions platforms/kubernetes/postgres-operator/deploy/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ spec:
- name: data # can't change the name
mountPath: /var/lib/postgresql/data
resources:
requests:
memory: "300Mi"
cpu: "0.3"
limits:
memory: "100Mi"
cpu: "0.1"
memory: "500Mi"
cpu: "0.5"
volumeClaimTemplates:
- metadata:
name: data
Expand Down Expand Up @@ -117,9 +120,12 @@ spec:
- name: data # can't change the name
mountPath: /var/lib/postgresql/data
resources:
requests:
memory: "300Mi"
cpu: "0.3"
limits:
memory: "100Mi"
cpu: "0.1"
memory: "500Mi"
cpu: "0.5"
volumeClaimTemplates:
- metadata:
name: data
Expand Down Expand Up @@ -151,9 +157,12 @@ spec:
- name: data # can't change the name
mountPath: /var/lib/postgresql/data
resources:
requests:
memory: "300Mi"
cpu: "0.3"
limits:
memory: "100Mi"
cpu: "0.1"
memory: "500Mi"
cpu: "0.5"
volumeClaimTemplates:
- metadata:
name: data
Expand Down

0 comments on commit 2b3d9ad

Please sign in to comment.