infrastructure/k8s/roles/zipline/files/resources/service.yaml
Peter Kurfer 095be2721d
All checks were successful
continuous-integration/drone/push Build is passing
feat: deploy Zipline
2023-10-20 16:02:43 +02:00

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