apiVersion: v1 kind: Pod metadata: name: cgit-test-connection spec: containers: - args: - cgit:8080 command: - wget image: busybox name: wget restartPolicy: Never