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