Skip to content

Commit

Permalink
Merge pull request #155 from bcgov/dev-fix
Browse files Browse the repository at this point in the history
chore: revert PVC size in helm chart
  • Loading branch information
thegentlemanphysicist authored Feb 7, 2024
2 parents b0f9596 + a4ae3d9 commit dbb9ed2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ patroni:
replicaCount: 3

persistentVolume:
size: 15Gi
size: 10Gi

podDisruptionBudget:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ patroni:
replicaCount: 3

persistentVolume:
size: 15Gi
size: 10Gi

podDisruptionBudget:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ patroni:
replicaCount: 3

persistentVolume:
size: 15Gi
size: 10Gi

podDisruptionBudget:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ patroni:
replicaCount: 3

persistentVolume:
size: 15Gi
size: 10Gi

podDisruptionBudget:
enabled: false
Expand Down

0 comments on commit dbb9ed2

Please sign in to comment.