apiVersion: v1
kind: Service
metadata:
name: ds-base
spec:
selector:
app: ds-base
type: NodePort
ports:
- protocol: TCP
port: 8001
targetPort: 8001