apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
labels:
app: whoami
spec:
replicas: 3
selector:
matchLabels:
template:
containers:
- image: ghcr.io/traefik/whoami:v1.10.3
ports:
- containerPort: 80