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