argocd-test/whoami/base/whoami-deployment.yaml

22 lines
371 B
YAML
Raw Normal View History

2024-09-19 17:59:02 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
2024-09-22 12:06:26 +00:00
namespace: whoami
2024-09-19 17:59:02 +00:00
spec:
replicas: 3
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- image: ghcr.io/traefik/whoami:v1.10.3
name: whoami
ports:
2024-10-12 18:26:13 +00:00
- name: web
containerPort: 80