Skip to content

Commit

Permalink
Scale down patroni to single replica (bcgov#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Jan 30, 2024
1 parent 1130174 commit 04c2baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/templates/patroni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ parameters:
description: |
The number of StatefulSet replicas to use.
displayName: REPLICAS
value: "3"
value: "1"
- name: CPU_REQUEST
description: |
Starting amount of CPU the container can use.
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/patroni_prerequisite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ parameters:
description: |
The number of StatefulSet replicas to use.
displayName: REPLICAS
value: "3"
value: "1"
- name: CPU_REQUEST
description: |
Starting amount of CPU the container can use.
Expand Down

0 comments on commit 04c2baf

Please sign in to comment.