Allow writable filesystem for contour PostgreSQL
This commit is contained in:
parent
f3bdf28bd8
commit
95d82a70b4
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user