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