Remove everything.

This commit is contained in:
2024-02-16 19:36:13 +00:00
parent 6e8fe1e7fd
commit 2eaf6f6d51
15 changed files with 0 additions and 134 deletions

View File

@@ -1,20 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: whoami
namespace: apps
spec:
selector:
matchLabels:
app: whoami
replicas: 1
template:
metadata:
labels:
app: whoami
spec:
containers:
- name: whoami
image: traefik/whoami
ports:
- containerPort: 80