Skip to content

Commit

Permalink
Merge pull request #650 from paulfantom/shared-mem
Browse files Browse the repository at this point in the history
chart: enable shared memory by default
  • Loading branch information
paulfantom authored Nov 17, 2022
2 parents 326076d + be46ced commit 03f4e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- monitoring
- tracing
- opentelemetry
version: 17.19.0
version: 17.20.0
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
# kubeVersion: ">= 1.23.0"
dependencies:
Expand Down
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ timescaledb-single:
requests:
cpu: 100m
memory: 2Gi
sharedMemory:
useMount: true
# Enable Prometheus exporter for PostgreSQL server metrics.
# https://github.com/prometheus-community/postgres_exporter
prometheus:
Expand Down

0 comments on commit 03f4e4e

Please sign in to comment.