aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web/ghost/service.yaml
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/web/ghost/service.yaml
parentUse Ansible Vault for storing users (diff)
Move ghost to web namespace
Diffstat (limited to 'kubernetes/namespaces/web/ghost/service.yaml')
-rw-r--r--kubernetes/namespaces/web/ghost/service.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/kubernetes/namespaces/web/ghost/service.yaml b/kubernetes/namespaces/web/ghost/service.yaml
new file mode 100644
index 0000000..7cb41b9
--- /dev/null
+++ b/kubernetes/namespaces/web/ghost/service.yaml
@@ -0,0 +1,10 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: ghost
+ namespace: web
+spec:
+ ports:
+ - port: 2368
+ selector:
+ app: ghost