Skip to content

Commit

Permalink
chore(monitor-snapshot/release-8.3): update files from upstreams (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 13, 2024
1 parent bd168c6 commit 1f10db7
Show file tree
Hide file tree
Showing 38 changed files with 236,804 additions and 0 deletions.
Binary file not shown.
11 changes: 11 additions & 0 deletions monitor-snapshot/release-8.3/operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM busybox:1.36.1

ADD init.sh /usr/bin/init.sh
RUN chmod +x /usr/bin/init.sh

COPY dashboards/*.json /tmp/
COPY rules/*.rules.yml /tmp/
COPY datasources/*.yaml /tmp/

ENTRYPOINT ["/usr/bin/init.sh"]
CMD ["TIDB-Cluster", "/grafana-dashboard-definitions/tidb/", "false", "/etc/prometheus"]
Loading

0 comments on commit 1f10db7

Please sign in to comment.