Skip to content

Commit

Permalink
feat(install): provision dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 31, 2025
1 parent 394998b commit 8044300
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _hack/cilium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,5 @@ pprof:
k8sServiceHost: vega-control-plane
k8sServicePort: 6443
ipv4NativeRoutingCIDR: 10.0.0.0/8
bpf:
masquerade: true
hostLegacyRouting: false
hostRouting: false
tproxy: true
tunnelProtocol: vxlan
routingMode: tunnel
25 changes: 25 additions & 0 deletions _hack/grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ grafana.ini:
enabled: true
org_role: Admin
auth.disable_login_form: true
users.allow_sign_up: false
deploymentStrategy:
type: Recreate

Expand Down Expand Up @@ -91,6 +92,21 @@ datasources:
url: http://otel-oteldb.faster.svc.cluster.local:9090
uid: prometheus

- name: "ClickHouse"
type: grafana-clickhouse-datasource
access: proxy
orgId: 1
uid: clickhouse
jsonData:
defaultDatabase: default
port: 9000
host: chi-clickhouse-default-0-0.clickhouse
username: admin
tlsSkipVerify: false

secureJsonData:
password: admin

## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
##
Expand Down Expand Up @@ -121,6 +137,15 @@ persistence:
##
# sizeLimit: 300Mi

plugins:
- grafana-clickhouse-datasource

sidecar:
dashboards:
enabled: true
datasources:
enabled: true

image:
repository: grafana/grafana
pullPolicy: IfNotPresent
Expand Down
Loading

0 comments on commit 8044300

Please sign in to comment.