diff options
| author | 2024-04-15 12:07:54 +0100 | |
|---|---|---|
| committer | 2024-04-15 12:07:54 +0100 | |
| commit | 38a438e2544f56253c2e8bb8a322c283631c25c2 (patch) | |
| tree | ace05c2e32a57ded1079b91c2507166a2ad141ec /kubernetes/namespaces/web/public-stats/README.md | |
| parent | Move site namespace (diff) | |
Move public stats
Diffstat (limited to 'kubernetes/namespaces/web/public-stats/README.md')
| -rw-r--r-- | kubernetes/namespaces/web/public-stats/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/namespaces/web/public-stats/README.md b/kubernetes/namespaces/web/public-stats/README.md new file mode 100644 index 0000000..2654eaa --- /dev/null +++ b/kubernetes/namespaces/web/public-stats/README.md @@ -0,0 +1,7 @@ +# Public Stats + +Python Discord Public Stats is the public stats portal for viewing server statistics at https://stats.pythondiscord.com/ + +The deployment manifest is located in the [python-discord/public-stats](https://github.com/python-discord/public-stats/blob/master/deployment.yaml) repo. + +To apply the service and ingress run `kubectl apply -f .` in this folder. |