aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/static-files-test-connection-pod.yaml
blob: e4dc68866e218dfeda61e0f72c447b7b6099bbc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: v1
kind: Pod
metadata:
  name: static-files-test-connection
spec:
  containers:
  - args:
    - static-files:8080
    command:
    - wget
    image: busybox
    name: wget
  restartPolicy: Never