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