Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 16, 2020 15:36
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 gowatana/ef8e463f2686ddeb608e9c744d1de6e3 to your computer and use it in GitHub Desktop.
Save gowatana/ef8e463f2686ddeb608e9c744d1de6e3 to your computer and use it in GitHub Desktop.
---
kind: Pod
apiVersion: v1
metadata:
name: nginx-pod
labels:
app: wcp-demo
spec:
containers:
- image: nginx
name: nginx-container
@gowatana
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment