apiVersion: v1 kind: Service metadata: name: svc spec: type: ClusterIP ports: - port: 80 name: test targetPort: test protocol: TCP