Skip to content

Commit

Permalink
datalake-metrics: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Nov 16, 2024
1 parent f9f37b5 commit b198c0a
Show file tree
Hide file tree
Showing 20 changed files with 208 additions and 1,131 deletions.
1 change: 0 additions & 1 deletion apps/datalake-metrics/Makefile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,3 @@ spec:
secret_key: {{ .secret_key }}
insecure: true
prefix: thanos
thanos.yaml: |
type: S3
config:
bucket: metrics
endpoint: main-minio.minio.svc:9000
access_key: {{ .access_key }}
secret_key: {{ .secret_key }}
insecure: true
prefix: thanos
File renamed without changes.
File renamed without changes.
32 changes: 0 additions & 32 deletions apps/datalake-metrics/jsonnet/jsonnetfile.json

This file was deleted.

54 changes: 0 additions & 54 deletions apps/datalake-metrics/jsonnet/jsonnetfile.lock.json

This file was deleted.

250 changes: 0 additions & 250 deletions apps/datalake-metrics/jsonnet/main.jsonnet

This file was deleted.

19 changes: 19 additions & 0 deletions apps/datalake-metrics/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: minio
resources:
- repository.yaml
- release.yaml
- bucket-config.yaml
- ingress.yaml
- ingress-middleware-auth.yaml
- ingress-auth.yaml
- prometheus-rules.yaml
- slo-receive-errors.yaml
- slo-receive-latency.yaml
configMapGenerator:
- name: values
files:
- values.yaml=values.yaml
configurations:
- kustomizeconfig.yaml
8 changes: 8 additions & 0 deletions apps/datalake-metrics/kustomizeconfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Kustomize config for enabling HelmRelease values from
# ConfigMaps and Secrets generated by Kustomize
nameReference:
- kind: ConfigMap
version: v1
fieldSpecs:
- path: spec/valuesFrom/name
kind: HelmRelease
7 changes: 0 additions & 7 deletions apps/datalake-metrics/manifests/custom/hashring.yaml

This file was deleted.

Loading

0 comments on commit b198c0a

Please sign in to comment.