Skip to content

Commit

Permalink
datalake-metrics: prepare for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Nov 16, 2024
1 parent 1cbf7e6 commit 672366d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/datalake-metrics/manifests/compact/statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: thanos-compact
namespace: datalake-metrics
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app.kubernetes.io/component: database-compactor
Expand Down
11 changes: 9 additions & 2 deletions apps/datalake-metrics/manifests/custom/bucketConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ spec:
kind: ClusterSecretStore
name: doppler-auth-api
target:
name: thanos-objectstorage
template:
data:
objstore.yml: |-
type: S3
config:
bucket: metrics
endpoint: main-minio.minio.svc:9000
access_key: {{ .access_key }}
secret_key: {{ .secret_key }}
insecure: true
prefix: thanos
thanos.yaml: |
type: S3
config:
Expand All @@ -28,4 +36,3 @@ spec:
secret_key: {{ .secret_key }}
insecure: true
prefix: thanos
engineVersion: v2

0 comments on commit 672366d

Please sign in to comment.