aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/static-files-test-connection-pod.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/static-files/static-files-test-connection-pod.yaml')
-rw-r--r--grumpy/static-files/static-files-test-connection-pod.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/grumpy/static-files/static-files-test-connection-pod.yaml b/grumpy/static-files/static-files-test-connection-pod.yaml
deleted file mode 100644
index e4dc688..0000000
--- a/grumpy/static-files/static-files-test-connection-pod.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-apiVersion: v1
-kind: Pod
-metadata:
- name: static-files-test-connection
-spec:
- containers:
- - args:
- - static-files:8080
- command:
- - wget
- image: busybox
- name: wget
- restartPolicy: Never