Skip to content

Commit

Permalink
chore: test thes numbers to make sure patroni starts up right in sanbox
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Jan 21, 2025
1 parent 7da60a4 commit 144235f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ patroni:

transportServerClaim:
enabled: true

resources:
limits:
cpu: 500m
memory: 4Gi
requests:
cpu: 50m
memory: 2.5Gi
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ patroni:

transportServerClaim:
enabled: true

resources:
limits:
cpu: 500m
memory: 4Gi
requests:
cpu: 50m
memory: 2.5Gi
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ patroni:

transportServerClaim:
enabled: false

resources:
limits:
cpu: 500m
memory: 4Gi
requests:
cpu: 50m
memory: 2.5Gi
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ patroni:

transportServerClaim:
enabled: false

resources:
limits:
cpu: 500m
memory: 4Gi
requests:
cpu: 50m
memory: 2.5Gi

0 comments on commit 144235f

Please sign in to comment.