add kustomization to thanos
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
aee7e9a3b6
commit
9f3c3e012b
2 changed files with 21 additions and 0 deletions
11
thanos/kustomization.yaml
Normal file
11
thanos/kustomization.yaml
Normal 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
|
10
thanos/secret-generator.yaml
Normal file
10
thanos/secret-generator.yaml
Normal 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
|
Loading…
Reference in a new issue