mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-01-24 18:08:50 +00:00
16 lines
301 B
YAML
16 lines
301 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: tracker-service
|
|
namespace: codex-benchmarks
|
|
labels:
|
|
app: tracker
|
|
|
|
spec:
|
|
type: ClusterIP # Change to NodePort or LoadBalancer if needed
|
|
ports:
|
|
- port: 8000
|
|
targetPort: 8000
|
|
protocol: TCP
|
|
selector:
|
|
app: bittorrent-tracker |