diff options
| author | 2024-07-22 16:14:35 +0100 | |
|---|---|---|
| committer | 2024-07-22 16:14:35 +0100 | |
| commit | 216cfcfc51190d98422883febc83b6511f745039 (patch) | |
| tree | 4cae851dde77c5192b4d5ef70bd4620b3a92d515 /kubernetes/namespaces/web/ghost/service.yaml | |
| parent | Point blog DNS to netlify (diff) | |
Remove ghost blog
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 |