Skip to content

Commit

Permalink
Add sentry-metrics configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Debakel Orakel committed Mar 9, 2024
1 parent 7f0d77e commit f315644
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package/sink.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
applications:
- grafana-operator
- mimir

parameters:
components:
grafana-operator:
url: https://github.com/tegridy-io/component-grafana-operator.git
version: master
mimir:
url: https://github.com/tegridy-io/component-mimir.git
version: feat/support-mimir-deployment

grafana_operator:
namespace:
Expand All @@ -14,3 +18,19 @@ parameters:
operator:
grafana:
enabled: true

mimir:
namespace:
name: efk-storage-mimir

global:
storageClass: ceph-block
objectClass: ceph-bucket

s3:
region: eu-central-2
endpoint: rook-ceph-rgw-ceph-objectstore.efk-storage-rook.svc
insecure: true

config:
haTracker: true

0 comments on commit f315644

Please sign in to comment.