22 lines
471 B
YAML
22 lines
471 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: librespeed
|
|
namespace: librespeed
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: librespeed
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: librespeed
|
|
spec:
|
|
containers:
|
|
- image: ghcr.io/librespeed/speedtest:latest@sha256:3ae6bc8bfad0cd561769b52d8004c5e36ea7f0d9681f912dc0f236f8d0784a9d
|
|
name: librespeed
|
|
ports:
|
|
- name: web
|
|
containerPort: 8080
|