aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/ghost/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 14:38:10 +0100
committerGravatar Joe Banks <[email protected]>2024-04-15 14:38:37 +0100
commit2e96df2a211c8a5a8db8f490e7dedd7b1735a942 (patch)
tree10eccd9c2ce81394286e67a14a053a06e263ec3a /kubernetes/namespaces/default/ghost/README.md
parentUse Ansible Vault for storing users (diff)
Move ghost to web namespace
Diffstat (limited to 'kubernetes/namespaces/default/ghost/README.md')
-rw-r--r--kubernetes/namespaces/default/ghost/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/kubernetes/namespaces/default/ghost/README.md b/kubernetes/namespaces/default/ghost/README.md
deleted file mode 100644
index fee4f8f..0000000
--- a/kubernetes/namespaces/default/ghost/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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.