22 lines
469 B
YAML
22 lines
469 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: librespeed
|
|
namespace: librespeed
|
|
spec:
|
|
replicas: 3
|
|
selector:
|
|
matchLabels:
|
|
app: librespeed
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: librespeed
|
|
spec:
|
|
containers:
|
|
- image: ghcr.io/librespeed/speedtest:latest@sha256:85d3362db1e5c1873105019cad076148e4d986ee55a3b2da161a4fe98fba6221
|
|
name: librespeed
|
|
ports:
|
|
- name: web
|
|
containerPort: 80
|