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