mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-01-30 21:04:59 +00:00
15 lines
289 B
YAML
15 lines
289 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: tracker
|