apiVersion: v1
kind: Service
metadata:
name: api-service
namespace: stadtmg
labels:
io.kompose.service: detection_api
spec:
type: ClusterIP
selector:
ports:
- protocol: TCP
name: http
port: 80
targetPort: 8080