Allow writable filesystem for contour PostgreSQL
This commit is contained in:
parent
f3bdf28bd8
commit
95d82a70b4
@ -18,6 +18,8 @@ spec:
|
||||
pullPolicy: IfNotPresent
|
||||
postgresqlSharedPreloadLibraries: "timescaledb,pg_stat_statements"
|
||||
primary:
|
||||
containerSecurityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
extendedConfiguration: |-
|
||||
fsync = off
|
||||
full_page_writes = off
|
||||
@ -51,6 +53,9 @@ spec:
|
||||
persistence:
|
||||
storageClass: database-storage
|
||||
size: 500Gi
|
||||
metrics:
|
||||
containerSecurityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
contour:
|
||||
enabled: true
|
||||
vault:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user