juntekim.com/traefik/who-am-i/whoami-deployment.yml
2025-12-06 20:08:55 +00:00

24 lines
No EOL
392 B
YAML

kind: Deployment
apiVersion: apps/v1
metadata:
namespace: default
name: whoami
labels:
app: whoami
spec:
replicas: 2
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- name: whoami
image: traefik/whoami
ports:
- name: web
containerPort: 80