mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-09 08:23:07 +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 |