apiVersion: v1 kind: Service metadata: name: app namespace: blog spec: selector: app: typecho ports: - name: web port: 80 targetPort: 80