aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/traefik/03-whoami.yml
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2026-06-02 19:19:10 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2026-06-02 19:19:10 +0200
commitac8ec87053eadfa52d3f83e430484400a4cfa992 (patch)
treeb58a7ba5cec2f0715b76a881771830a5155f3ec8 /kubernetes/traefik/03-whoami.yml
parentca27023d22ceb341fee98a339681bf6d5e0c30a0 (diff)
downloadhomelab-iac-ac8ec87053eadfa52d3f83e430484400a4cfa992.tar.gz
homelab-iac-ac8ec87053eadfa52d3f83e430484400a4cfa992.tar.bz2
homelab-iac-ac8ec87053eadfa52d3f83e430484400a4cfa992.zip
k8s: remove traefik
Diffstat (limited to 'kubernetes/traefik/03-whoami.yml')
-rw-r--r--kubernetes/traefik/03-whoami.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/kubernetes/traefik/03-whoami.yml b/kubernetes/traefik/03-whoami.yml
deleted file mode 100644
index 8b21f67..0000000
--- a/kubernetes/traefik/03-whoami.yml
+++ /dev/null
@@ -1,25 +0,0 @@
----
-kind: Deployment
-apiVersion: apps/v1
-metadata:
- name: whoami
- labels:
- app: whoami
-
-spec:
- replicas: 1
- selector:
- matchLabels:
- app: whoami
- template:
- metadata:
- labels:
- app: whoami
- spec:
- containers:
- - name: whoami
- image: traefik/whoami
- ports:
- - name: web
- containerPort: 80
-...