diff options
Diffstat (limited to 'kubernetes/namespaces/web/ghost/service.yaml')
| -rw-r--r-- | kubernetes/namespaces/web/ghost/service.yaml | 10 |
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 |