Skip to content

Instantly share code, notes, and snippets.

@surajnarwade
Created March 12, 2019 05:01
Show Gist options
  • Save surajnarwade/90faf1486ea2ae07234d4288f972b920 to your computer and use it in GitHub Desktop.
Save surajnarwade/90faf1486ea2ae07234d4288f972b920 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
labels:
run: nginx
name: nginx
spec:
containers:
- image: nginx
name: nginx
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment