You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bitnami/postgresql/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -457,6 +457,9 @@ If you already have data in it, you will fail to sync to standby nodes for all c
457
457
|`primary.extraVolumes`| Optionally specify extra list of additional volumes for the PostgreSQL Primary pod(s) |`[]`|
458
458
|`primary.sidecars`| Add additional sidecar containers to the PostgreSQL Primary pod(s) |`[]`|
459
459
|`primary.initContainers`| Add additional init containers to the PostgreSQL Primary pod(s) |`[]`|
460
+
|`primary.pdb.create`| Enable/disable a Pod Disruption Budget creation |`true`|
461
+
|`primary.pdb.minAvailable`| Minimum number/percentage of pods that should remain scheduled |`""`|
462
+
|`primary.pdb.maxUnavailable`| Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `primary.pdb.minAvailable` and `primary.pdb.maxUnavailable` are empty. |`""`|
460
463
|`primary.extraPodSpec`| Optionally specify extra PodSpec for the PostgreSQL Primary pod(s) |`{}`|
461
464
|`primary.networkPolicy.enabled`| Specifies whether a NetworkPolicy should be created |`true`|
462
465
|`primary.networkPolicy.allowExternal`| Don't require server label for connections |`true`|
@@ -571,6 +574,9 @@ If you already have data in it, you will fail to sync to standby nodes for all c
571
574
|`readReplicas.extraVolumes`| Optionally specify extra list of additional volumes for the PostgreSQL read only pod(s) |`[]`|
572
575
|`readReplicas.sidecars`| Add additional sidecar containers to the PostgreSQL read only pod(s) |`[]`|
573
576
|`readReplicas.initContainers`| Add additional init containers to the PostgreSQL read only pod(s) |`[]`|
577
+
|`readReplicas.pdb.create`| Enable/disable a Pod Disruption Budget creation |`true`|
578
+
|`readReplicas.pdb.minAvailable`| Minimum number/percentage of pods that should remain scheduled |`""`|
579
+
|`readReplicas.pdb.maxUnavailable`| Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `readReplicas.pdb.minAvailable` and `readReplicas.pdb.maxUnavailable` are empty. |`""`|
574
580
|`readReplicas.extraPodSpec`| Optionally specify extra PodSpec for the PostgreSQL read only pod(s) |`{}`|
575
581
|`readReplicas.networkPolicy.enabled`| Specifies whether a NetworkPolicy should be created |`true`|
576
582
|`readReplicas.networkPolicy.allowExternal`| Don't require server label for connections |`true`|
## @param primary.pdb.create Enable/disable a Pod Disruption Budget creation
619
+
## @param primary.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled
620
+
## @param primary.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `primary.pdb.minAvailable` and `primary.pdb.maxUnavailable` are empty.
621
+
##
622
+
pdb:
623
+
create: true
624
+
minAvailable: ""
625
+
maxUnavailable: ""
616
626
## @param primary.extraPodSpec Optionally specify extra PodSpec for the PostgreSQL Primary pod(s)
## @param readReplicas.pdb.create Enable/disable a Pod Disruption Budget creation
1073
+
## @param readReplicas.pdb.minAvailable Minimum number/percentage of pods that should remain scheduled
1074
+
## @param readReplicas.pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `readReplicas.pdb.minAvailable` and `readReplicas.pdb.maxUnavailable` are empty.
1075
+
##
1076
+
pdb:
1077
+
create: true
1078
+
minAvailable: ""
1079
+
maxUnavailable: ""
1060
1080
## @param readReplicas.extraPodSpec Optionally specify extra PodSpec for the PostgreSQL read only pod(s)
0 commit comments