diff options
Diffstat (limited to 'kubernetes/namespaces/web/ghost/service.yaml')
| -rw-r--r-- | kubernetes/namespaces/web/ghost/service.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kubernetes/namespaces/web/ghost/service.yaml b/kubernetes/namespaces/web/ghost/service.yaml deleted file mode 100644 index 7cb41b9..0000000 --- a/kubernetes/namespaces/web/ghost/service.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: ghost - namespace: web -spec: - ports: - - port: 2368 - selector: - app: ghost |