From 31c8e9150220cd26d82303bb91a292e349688f0f Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 6 Mar 2024 11:31:15 +0100 Subject: [PATCH] actually don't specify data --- apps/monitoring/thanos.statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/monitoring/thanos.statefulset.yaml b/apps/monitoring/thanos.statefulset.yaml index 7575937..58aef23 100644 --- a/apps/monitoring/thanos.statefulset.yaml +++ b/apps/monitoring/thanos.statefulset.yaml @@ -22,7 +22,7 @@ spec: args: - "store" - "--log.level=debug" - - "--data-dir=/data" + # - "--data-dir=/data" - "--objstore.config-file=/etc/secret/thanos.yaml" - "--index-cache-size=500MB" - "--chunk-pool-size=500MB" @@ -42,7 +42,7 @@ spec: volumeMounts: - name: thanos-objstore-config mountPath: /etc/secret - readOnly: false + readOnly: true volumes: - name: thanos-objstore-config secret: