feat: remove whoami test service #50

Merged
gitea-admin merged 3 commits from orion/auto/feat-remove-whoami-test-service-1779027282216 into main 2026-05-17 14:15:04 +00:00
Showing only changes of commit 1c883cf071 - Show all commits
-29
View File
@@ -1,29 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
namespace: apps
labels:
app: whoami
spec:
replicas: 1
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- name: whoami
image: traefik/whoami:latest
ports:
- containerPort: 80
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 128Mi