Skip to content

Commit f2b4f5f

Browse files
committed
updates on helm-chart and doc
1 parent fb03e01 commit f2b4f5f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

charts/postgres-operator/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

docs/hugo/content/en/pg_versioning/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "PG versioning"
2+
title: "Lifecycle"
33
date: 2023-12-28T14:26:51+01:00
44
draft: false
55
weight: 2100

0 commit comments

Comments
 (0)