aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web/ghost/service.yaml
diff options
context:
space:
mode:
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