From 2e96df2a211c8a5a8db8f490e7dedd7b1735a942 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Apr 2024 14:38:10 +0100 Subject: Move ghost to web namespace --- kubernetes/namespaces/web/ghost/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kubernetes/namespaces/web/ghost/README.md (limited to 'kubernetes/namespaces/web/ghost/README.md') diff --git a/kubernetes/namespaces/web/ghost/README.md b/kubernetes/namespaces/web/ghost/README.md new file mode 100644 index 0000000..fee4f8f --- /dev/null +++ b/kubernetes/namespaces/web/ghost/README.md @@ -0,0 +1,7 @@ +# Ghost + +This folder contains the deployment manifests for Ghost, the CMS we use for https://blog.pythondiscord.com/. + +There should be no additional configuration required, there is a setup process on the domain when Ghost first boots, you can reach it by going to https://blog.pythondiscord.com/ghost/ immediately after starting the deployment. + +To deploy this application run `kubectl apply -f ghost` from the root directory of this repository. This will create a deployment, service ingress and persistent volume. -- cgit v1.2.3