apps/zipline/resources/service.yaml

12 lines
No EOL
181 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: zipline
spec:
selector:
app.kubernetes.io/name: zipline
ports:
- protocol: TCP
port: 3000
targetPort: 3000