bittorrent-benchmarks/k8s/tracker-deployment.yaml
2024-12-01 09:19:52 -03:00

23 lines
435 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: bittorrent-tracker
namespace: codex-benchmarks
labels:
app: bittorrent-tracker
spec:
replicas: 1
selector:
matchLabels:
app: bittorrent-tracker
template:
metadata:
labels:
app: bittorrent-tracker
spec:
containers:
- name: tracker
image: codexstorage/bittorrent-tracker
ports:
- containerPort: 8000