# service.yaml apiVersion: v1 kind: Service metadata: name: testpoint-service namespace: testpoint spec: selector: app: testpoint ports: - protocol: TCP port: 80 targetPort: 8000 type: ClusterIP