feat(whoami): initial deployment

This commit is contained in:
2026-05-23 03:36:48 +00:00
parent 37e5e8a128
commit e04ce78202
+25
View File
@@ -0,0 +1,25 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
spec:
replicas: 1
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- name: whoami
image: traefik/whoami:v1.10
ports:
- containerPort: 80
resources:
requests:
cpu: 10m
memory: 16Mi
limits:
memory: 64Mi