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