apiVersion: v1 kind: Service metadata: name: myapp spec: type: LoadBalancer selector: app: myapp ports: - port: 8000 targetPort: 8000