Skip to content

Instantly share code, notes, and snippets.

@jason-magnetic-io
Created September 11, 2019 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jason-magnetic-io/59196da35ecdea3040eebb9a33f67710 to your computer and use it in GitHub Desktop.
Save jason-magnetic-io/59196da35ecdea3040eebb9a33f67710 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: pod2
labels:
role: frontend
spec:
containers:
- name: busybox
image: busybox
command: ["/bin/sh","-c"]
args: ["wget --spider --timeout=1 httpd-deployment.vamp; sleep 3m"]
apiVersion: v1
kind: Pod
metadata:
name: pod3
labels:
role: frontend
spec:
containers:
- name: busybox
image: busybox
command: ["/bin/sh","-c"]
args: ["wget --spider --timeout=1 httpd-deployment.vamp:4222; sleep 3m"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment