Skip to content

Commit 03f4e4e

Browse files
authored
Merge pull request #650 from paulfantom/shared-mem
chart: enable shared memory by default
2 parents 326076d + be46ced commit 03f4e4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
- monitoring
1313
- tracing
1414
- opentelemetry
15-
version: 17.19.0
15+
version: 17.20.0
1616
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
1717
# kubeVersion: ">= 1.23.0"
1818
dependencies:

chart/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ timescaledb-single:
5757
requests:
5858
cpu: 100m
5959
memory: 2Gi
60+
sharedMemory:
61+
useMount: true
6062
# Enable Prometheus exporter for PostgreSQL server metrics.
6163
# https://github.com/prometheus-community/postgres_exporter
6264
prometheus:

0 commit comments

Comments
 (0)