Skip to content

Instantly share code, notes, and snippets.

@wuestkamp
Created December 20, 2020 17:26
Show Gist options
  • Save wuestkamp/f73adda1bc7f0dcd4ec603fe5ff35ee5 to your computer and use it in GitHub Desktop.
Save wuestkamp/f73adda1bc7f0dcd4ec603fe5ff35ee5 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: holiday
name: holiday
spec:
containers:
- command:
- sh
- -c
- sleep 1d
image: bash:5.1.0
name: c1
resources: {}
- command:
- sh
- -c
- sleep 1d
image: bash:5.1.0
name: c2
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment