apiVersion: v1 kind: Service metadata: name: ghost namespace: ghost spec: type: ClusterIP ports: - name: http port: 80 protocol: TCP targetPort: 2368 selector: component: web