From bda8a1c25070678e6efd22003e398691404c832f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 9 Oct 2021 23:07:53 -0700 Subject: feat: switch to kustomize from helm --- grumpy/gitsnapshot/gitsnapshot-test-connection-pod.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 grumpy/gitsnapshot/gitsnapshot-test-connection-pod.yaml (limited to 'grumpy/gitsnapshot/gitsnapshot-test-connection-pod.yaml') diff --git a/grumpy/gitsnapshot/gitsnapshot-test-connection-pod.yaml b/grumpy/gitsnapshot/gitsnapshot-test-connection-pod.yaml new file mode 100644 index 0000000..b5ffa79 --- /dev/null +++ b/grumpy/gitsnapshot/gitsnapshot-test-connection-pod.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Pod +metadata: + name: gitsnapshot-test-connection +spec: + containers: + - args: + - gitsnapshot:80 + command: + - wget + image: busybox + name: wget + restartPolicy: Never -- cgit v1.2.3