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