aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/traefik/03-whoami.yml
diff options
context:
space:
mode:
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
-...