We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 326076d + be46ced commit 03f4e4eCopy full SHA for 03f4e4e
chart/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
12
- monitoring
13
- tracing
14
- opentelemetry
15
-version: 17.19.0
+version: 17.20.0
16
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
17
# kubeVersion: ">= 1.23.0"
18
dependencies:
chart/values.yaml
@@ -57,6 +57,8 @@ timescaledb-single:
57
requests:
58
cpu: 100m
59
memory: 2Gi
60
+ sharedMemory:
61
+ useMount: true
62
# Enable Prometheus exporter for PostgreSQL server metrics.
63
# https://github.com/prometheus-community/postgres_exporter
64
prometheus:
0 commit comments