Skip to content

Commit e2a7567

Browse files
EamonZhangduanhongyi
authored andcommitted
chore(grafana): add drycc dashborads (#40)
* chore(grafana): add dashborads * chore(grafana): rename istio to gateway --------- Co-authored-by: zhangeamon <EamonZhang>
1 parent 1c9125f commit e2a7567

11 files changed

Lines changed: 5296 additions & 835 deletions

File tree

charts/grafana/templates/grafana-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- netcat
3838
- -v
3939
- -u
40-
- $(GF_DATABASE_URL)
40+
- $(GF_DATABASE_URL),http://drycc-controller-api
4141
{{- include "grafana.envs" . | indent 8 }}
4242
containers:
4343
- name: drycc-grafana

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/usr/share/grafana \
7-
GRAFANA_VERSION="12.0.2" \
7+
GRAFANA_VERSION="12.1.0" \
88
JQ_VERSION="1.7.1" \
99
CADDY_VERSION="2.9.1" \
1010
PYTHON_VERSION="3.13"

0 commit comments

Comments
 (0)