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