File tree Expand file tree Collapse file tree
docs/hugo/content/en/pg_versioning Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ configKubernetes:
131131 enable_pod_disruption_budget : true
132132 # toogles readiness probe for database pods
133133 enable_readiness_probe : true
134+ # toogles liveness probe for database pods
135+ enable_liveness_probe : false
134136 # enables sidecar containers to run alongside Spilo in the same pod
135137 enable_sidecars : true
136138
@@ -203,7 +205,9 @@ configKubernetes:
203205
204206 # group ID with write-access to volumes (required to run Spilo as non-root process)
205207 # spilo_fsgroup: 103
206-
208+
209+ # whether the containers should run with readonly_root_filesystem
210+ readonly_root_filesystem : true
207211 # whether the Spilo container should run in privileged mode
208212 spilo_privileged : false
209213 # whether the Spilo container should run with additional permissions other than parent.
Original file line number Diff line number Diff line change 11---
2- title : " PG versioning "
2+ title : " Lifecycle "
33date : 2023-12-28T14:26:51+01:00
44draft : false
55weight : 2100
You can’t perform that action at this time.
0 commit comments