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: charts/pg-db/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,8 @@ The chart can be customized using the following configurable parameters:
142
142
|`backups.pgbackrest.jobs.tolerations.operator`| The Kubernetes Pod tolerations operator for a backup job |`Equal`|
143
143
|`backups.pgbackrest.jobs.tolerations.value`| The Kubernetes Pod tolerations value for a backup job |`connection-poolers`|
144
144
|`backups.pgbackrest.jobs.securityContext`| The Kubernetes Pod security context for pgBackRest jobs |`{}`|
145
+
|`backups.pgbackrest.jobs.livenessProbe`| The Kubernetes Pod livenessProbe structure for a backup job |`{}`|
146
+
|`backups.pgbackrest.jobs.readinessProbe`| The Kubernetes Pod readinessProbe structure for a backup job |`{}`|
145
147
|`backups.pgbackrest.global`| Settings, which are to be included in the global section of the pgBackRest configuration generated by the Operator |`/pgbackrest/postgres-operator/hippo/repo1`|
146
148
|`backups.pgbackrest.repoHost.topologySpreadConstraints.maxSkew`| The degree to which Pods may be unevenly distributed under the Kubernetes Pod Topology Spread Constraints |`1`|
147
149
|`backups.pgbackrest.repoHost.topologySpreadConstraints.topologyKey`| The key of node labels for the Kubernetes Pod Topology Spread Constraints |`my-node-label`|
0 commit comments