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