Allow writable filesystem for contour PostgreSQL

This commit is contained in:
Kochetkov S 2026-06-11 11:28:04 +03:00
parent f3bdf28bd8
commit 95d82a70b4

View File

@ -18,6 +18,8 @@ spec:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
postgresqlSharedPreloadLibraries: "timescaledb,pg_stat_statements" postgresqlSharedPreloadLibraries: "timescaledb,pg_stat_statements"
primary: primary:
containerSecurityContext:
readOnlyRootFilesystem: false
extendedConfiguration: |- extendedConfiguration: |-
fsync = off fsync = off
full_page_writes = off full_page_writes = off
@ -51,6 +53,9 @@ spec:
persistence: persistence:
storageClass: database-storage storageClass: database-storage
size: 500Gi size: 500Gi
metrics:
containerSecurityContext:
readOnlyRootFilesystem: false
contour: contour:
enabled: true enabled: true
vault: vault: