or maybe like that?
This commit is contained in:
		| @@ -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" | ||||||
| @@ -43,7 +43,11 @@ spec: | |||||||
|             - name: thanos-objstore-config |             - name: thanos-objstore-config | ||||||
|               mountPath: /etc/secret |               mountPath: /etc/secret | ||||||
|               readOnly: true |               readOnly: true | ||||||
|  |             - name: thanos-data | ||||||
|  |               mountPath: /data | ||||||
|       volumes: |       volumes: | ||||||
|         - name: thanos-objstore-config |         - name: thanos-objstore-config | ||||||
|           secret: |           secret: | ||||||
|             secretName: thanos-objstore-config |             secretName: thanos-objstore-config | ||||||
|  |         - name: thanos-data | ||||||
|  |           emptyDir: {} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user