apiVersion: v1 kind: Service metadata: name: invest-api namespace: invest-api labels: app: invest-api spec: type: ClusterIP selector: app: invest-api ports: - port: 8000 targetPort: 8000 protocol: TCP