apiVersion: v1
kind: Service
metadata:
  name: app-service
spec:
  type: ClusterIP
  ports:
  - protocol: TCP
    port: 8000
    targetPort: 80