argocd-test/whoami/whoami-deployment.yaml

21 lines
353 B
YAML
Raw Normal View History

2024-09-19 17:59:02 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
spec:
replicas: 3
revisionHistoryLimit: 3
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- image: ghcr.io/traefik/whoami:v1.10.3
name: whoami
ports:
- containerPort: 80