diff options
Diffstat (limited to 'kubernetes/namespaces/default/graphite/README.md')
-rw-r--r-- | kubernetes/namespaces/default/graphite/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kubernetes/namespaces/default/graphite/README.md b/kubernetes/namespaces/default/graphite/README.md new file mode 100644 index 0000000..1d14e36 --- /dev/null +++ b/kubernetes/namespaces/default/graphite/README.md @@ -0,0 +1,11 @@ +# Graphite + +These files provision an instance of the [graphite-statsd](https://hub.docker.com/r/graphiteapp/graphite-statsd/) image. + +The following ports are exposed by the service: + +**80**: NGINX +**8125**: StatsD Ingest +**8126**: StatsD Admin + +There is a 10Gi persistent volume mounted at `/opt/graphite/storage` which holds our statistic data. |