aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/timescaledb/values.yaml
diff options
context:
space:
mode:
authorThomas Kulik <thomas.kulik@telekom.de>2024-08-15 11:20:02 +0000
committerGerrit Code Review <gerrit@onap.org>2024-08-15 11:20:02 +0000
commit815ca17f55ee259725a62de0a987aa2e938e18da (patch)
tree97d14564c8903ac6f252e8d5f8dd5cfd7320b9a1 /kubernetes/common/timescaledb/values.yaml
parent43acd647a2b56011aebeb6442323b07be372ddfb (diff)
parentfec27ccdd5fc0c8fc4ff749697fd147407acfdc6 (diff)
Merge "[COMMON][TIMESCALEDB] TemporalDB and securityContext settings"
Diffstat (limited to 'kubernetes/common/timescaledb/values.yaml')
-rw-r--r--kubernetes/common/timescaledb/values.yaml13
1 files changed, 6 insertions, 7 deletions
diff --git a/kubernetes/common/timescaledb/values.yaml b/kubernetes/common/timescaledb/values.yaml
index 2643f55062..35beab7ea1 100644
--- a/kubernetes/common/timescaledb/values.yaml
+++ b/kubernetes/common/timescaledb/values.yaml
@@ -21,9 +21,9 @@ global:
persistence: {}
#################################################################
-# Secrets.
+# Image
##############################################################
-image: timescale/timescaledb:2.5.1-pg14
+image: timescale/timescaledb:2.16.1-pg14
pullPolicy: Always
containerPorts: 5432
@@ -41,11 +41,6 @@ securityContext:
# Uid and gid to run the entrypoint of the container process (uid 70 is postgres user and gid 70 is postgres group)
user_id: 70
group_id: 70
- # capabilities:
- # drop:
- # - ALL
- # readOnlyRootFilesystem: true
- # runAsNonRoot: true
flavor: small
@@ -114,6 +109,10 @@ config:
pgRootUserName: postgres
pgDatabase: timescaledb
+dirSizes:
+ varDir:
+ sizeLimit: 64Mi
+
secrets:
- uid: root-creds
type: basicAuth