actually don't specify data

This commit is contained in:
Remy Moll 2024-03-06 11:31:15 +01:00
parent f0adf6b5db
commit 31c8e91502

View File

@ -22,7 +22,7 @@ spec:
args: args:
- "store" - "store"
- "--log.level=debug" - "--log.level=debug"
- "--data-dir=/data" # - "--data-dir=/data"
- "--objstore.config-file=/etc/secret/thanos.yaml" - "--objstore.config-file=/etc/secret/thanos.yaml"
- "--index-cache-size=500MB" - "--index-cache-size=500MB"
- "--chunk-pool-size=500MB" - "--chunk-pool-size=500MB"
@ -42,7 +42,7 @@ spec:
volumeMounts: volumeMounts:
- name: thanos-objstore-config - name: thanos-objstore-config
mountPath: /etc/secret mountPath: /etc/secret
readOnly: false readOnly: true
volumes: volumes:
- name: thanos-objstore-config - name: thanos-objstore-config
secret: secret: