add kustomization to thanos
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-10-02 22:05:26 +02:00
parent aee7e9a3b6
commit 9f3c3e012b
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 21 additions and 0 deletions

11
thanos/kustomization.yaml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generators:
- ./secret-generator.yaml
resources:
- ./0-namespace.yaml
- ./1-service-account.yaml
- ./3-querier.yaml
- ./4-storegateway.yaml
- ./5-compactor.yaml
- ./6-receiver.yaml

View file

@ -0,0 +1,10 @@
apiVersion: viaduct.ai/v1
kind: ksops
metadata:
name: secret-generator
annotations:
config.kubernetes.io/function: |
exec:
path: ksops
files:
- ./2-objectstore-secret.enc.yaml