bittorrent-benchmarks/k8s/tracker-deployment.yaml

26 lines
438 B
YAML
Raw Normal View History

2024-12-01 09:19:52 -03:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: bittorrent-tracker
namespace: codex-benchmarks
labels:
app: bittorrent-tracker
2024-12-01 09:19:52 -03:00
spec:
replicas: 1
selector:
matchLabels:
app: bittorrent-tracker
2024-12-01 09:19:52 -03:00
template:
metadata:
labels:
app: bittorrent-tracker
2024-12-01 09:19:52 -03:00
spec:
containers:
- name: tracker
image: codexstorage/bittorrent-tracker
ports:
- containerPort: 8000