diff options
Diffstat (limited to 'grumpy/cgit/cgit-test-connection-pod.yaml')
| -rw-r--r-- | grumpy/cgit/cgit-test-connection-pod.yaml | 13 |
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 |