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