Skip to content

Instantly share code, notes, and snippets.

@SanthoshBabuMR
Created April 19, 2020 23:29
Show Gist options
  • Save SanthoshBabuMR/4de47f10644da41d03059ad4997b8fa2 to your computer and use it in GitHub Desktop.
Save SanthoshBabuMR/4de47f10644da41d03059ad4997b8fa2 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: my-first-app-pod
labels:
app: myapp
type: front-end
spec:
containers:
- name: nginx-container
image: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment