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:80ba7478304a3881cf3684d95963da9d015d398d1612577af76d64c3cd1b2aae
|
|
name: librespeed
|
|
ports:
|
|
- name: web
|
|
containerPort: 80
|